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

BindRequestListener deprecated::preBind()

preBind(FormEvent $event) Parameters FormEvent $event

ServiceReferenceGraphEdge::getSourceNode()

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

StyleInterface::section()

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

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

OutputStyle::write()

write(string|array $messages, bool $newline = false, $type = self::OUTPUT_NORMAL) Writes a message to the output. Parameters string|array $messages The message as an array of lines or a single string bool $newline Whether to add a newline $type

StyleInterface::text()

text(string|array $message) Formats informational text. Parameters string|array $message

SymfonyStyle::listing()

listing(array $elements) Formats a list. Parameters array $elements

PassConfig::setBeforeRemovingPasses()

setBeforeRemovingPasses(array $passes) Sets the BeforeRemoving passes. Parameters array $passes An array of passes

NullOutput::isQuiet()

bool isQuiet() Returns whether verbosity is quiet (-q). Return Value bool true if verbosity is set to VERBOSITY_QUIET, false otherwise