StyleInterface::choice()

string choice(string $question, array $choices, string|int|null $default = null) Asks a choice question. Parameters string $question array $choices string|int|null $default Return Value string

StyleInterface::section()

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

ServiceReferenceGraphEdge::getSourceNode()

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

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

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

PassConfig::getOptimizationPasses()

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

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

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