TraceableEventDispatcher::addListener()

addListener(string $eventName, callable $listener, int $priority) Adds an event listener that listens on the specified events. Parameters string $eventName The event to listen on callable $listener The listener int $priority The higher this value, the earlier an event listener will be triggered in the chain (defaults to 0)

AttributeMetadataInterface::setMaxDepth()

setMaxDepth(int|null $maxDepth) Sets the serialization max depth for this attribute. Parameters int|null $maxDepth

LoggingFormatter::format()

format(CompilerPassInterface $pass, $message) Parameters CompilerPassInterface $pass $message

ContainerBuilder::resolveServices()

mixed resolveServices(mixed $value) Replaces service references by the real service instance and evaluates expressions. Parameters mixed $value A value Return Value mixed The same value with all service references replaced by the real service instances and all expressions evaluated

Component\Security\Http\Util

Classes TargetPathTrait Trait to get (and set) the URL the user last visited before being forced to authenticate.

OptionsResolver::getDefinedOptions()

string[] getDefinedOptions() Returns the names of all defined options. Return Value string[] The names of the defined options See also isDefined()

ServiceReferenceGraph::getNodes()

ServiceReferenceGraphNode[] getNodes() Returns all nodes. Return Value ServiceReferenceGraphNode[] An array of all ServiceReferenceGraphNode objects

FormInterface::createView()

FormView createView(FormView $parent = null) Creates a view. Parameters FormView $parent The parent view Return Value FormView The view

Component\Console\Question

Classes ChoiceQuestion Represents a choice question. ConfirmationQuestion Represents a yes/no question. Question Represents a Question.

InlineServiceDefinitionsPass::process()

process(ContainerBuilder $container) Processes the ContainerBuilder for inline service definitions. Parameters ContainerBuilder $container