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
preBind(FormEvent $event) Parameters FormEvent $event
ServiceReferenceGraphNode getSourceNode() Returns the source node. Return Value ServiceReferenceGraphNode
section(string $message) Formats a section title. Parameters string $message
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
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
text(string|array $message) Formats informational text. Parameters string|array $message
listing(array $elements) Formats a list. Parameters array $elements
setBeforeRemovingPasses(array $passes) Sets the BeforeRemoving passes. Parameters array $passes An array of passes
bool isQuiet() Returns whether verbosity is quiet (-q). Return Value bool true if verbosity is set to VERBOSITY_QUIET, false otherwise
Page 105 of 787