RecursiveArrayAccess

class RecursiveArrayAccess Methods static get($array, array $indices) Details static get($array, array $indices) Parameters $array array $indices

SymfonyStyle::block()

block(string|array $messages, string|null $type = null, string|null $style = null, string $prefix = ' ', bool $padding = false) Formats a message as a block of text. Parameters string|array $messages The message to write in the block string|null $type The block type (added in [] on first line) string|null $style The style to apply to the whole block string $prefix The prefix for the block bool $padding Whether to add vertical padding

AclCacheInterface::evictFromCacheById()

evictFromCacheById(string $primaryKey) Removes an ACL from the cache Parameters string $primaryKey a serialized primary key

NormalizerInterface::supportsNormalization()

bool supportsNormalization(mixed $data, string $format = null) Checks whether the given class is supported for normalization by this normalizer. Parameters mixed $data Data to normalize string $format The format being (de-)serialized from or into Return Value bool

PassConfig::getOptimizationPasses()

array getOptimizationPasses() Gets all passes for the Optimization pass. Return Value array An array of passes

CheckReferenceValidityPass

class CheckReferenceValidityPass implements CompilerPassInterface Checks the validity of references. The following checks are performed by this pass: - target definitions are not abstract Methods process(ContainerBuilder $container) Processes the ContainerBuilder to validate References. Details process(ContainerBuilder $container) Processes the ContainerBuilder to validate References. Parameters ContainerBuilder $container

BindRequestListener deprecated::preBind()

preBind(FormEvent $event) Parameters FormEvent $event

ResolveReferencesToAliasesPass

class ResolveReferencesToAliasesPass implements CompilerPassInterface Replaces all references to aliases with references to the actual service. Methods process(ContainerBuilder $container) Processes the ContainerBuilder to replace references to aliases with actual service references. Details process(ContainerBuilder $container) Processes the ContainerBuilder to replace references to aliases with actual service references. Parameters Containe

ServiceReferenceGraphEdge::getSourceNode()

ServiceReferenceGraphNode getSourceNode() Returns the source node. Return Value ServiceReferenceGraphNode

StyleInterface::section()

section(string $message) Formats a section title. Parameters string $message