AnonymousToken::unserialize()

unserialize($serialized) {@inheritdoc} Parameters $serialized

HashNode::getId()

string getId() Return Value string

RemovePrivateAliasesPass

class RemovePrivateAliasesPass implements CompilerPassInterface Remove private aliases from the container. They were only used to establish dependencies between services, and these dependencies have been resolved in one of the previous passes. Methods process(ContainerBuilder $container) Removes private aliases from the ContainerBuilder. Details process(ContainerBuilder $container) Removes private aliases from the ContainerBuilder. Parameter

GuardAuthenticatorHandler::authenticateWithToken()

authenticateWithToken(TokenInterface $token, Request $request) Authenticates the given token in the system. Parameters TokenInterface $token Request $request

Component\Routing\Loader\DependencyInjection

Classes ServiceRouterLoader A route loader that executes a service to load the routes.

Profile::getStatusCode()

int getStatusCode() Return Value int

Component\Form\Extension\Validator\Constraints

Classes Form FormValidator

Application::find()

Command find(string $name) Finds a command by name or alias. Contrary to get, this command tries to find the best match if you give it an abbreviation of a name or alias. Parameters string $name A command name or a command alias Return Value Command A Command instance Exceptions CommandNotFoundException When command name is incorrect or ambiguous

Glob::render()

string render() Renders string representation of expression. Return Value string

Component\Form\Extension\Validator\Util

Classes ServerParams