ProfilerListener

class ProfilerListener implements EventSubscriberInterface ProfilerListener collects data for the current request by listening to the kernel events. Methods __construct(Profiler $profiler, RequestStack $requestStack, RequestMatcherInterface $matcher = null, bool $onlyException = false, bool $onlyMasterRequests = false) Constructor. onKernelException(GetResponseForExceptionEvent $event) Handles the onKernelException event. onKernelResponse(FilterResponseEvent $event) Handles the

PipesInterface::getDescriptors()

array getDescriptors() Returns an array of descriptors for the use of proc_open. Return Value array

ClassMetadataInterface::getGroupSequence()

GroupSequence|null getGroupSequence() Returns the group sequence that overrides the "Default" group for this class. Return Value GroupSequence|null The group sequence or null See also \Symfony\Component\Validator\Constraints\GroupSequence

ArrayNodeDefinition

class ArrayNodeDefinition extends NodeDefinition implements ParentNodeDefinitionInterface This class provides a fluent interface for defining an array node. Methods __construct(string $name, NodeParentInterface $parent = null) Constructor. NodeDefinition|$this setParent(NodeParentInterface $parent) Sets the parent node. from NodeDefinition NodeDefinition|$this info(string $info) Sets info message. from NodeDefinition NodeDefinition|$this example(string|array $example) Sets e

FormTypeExtensionInterface::buildView()

buildView(FormView $view, FormInterface $form, array $options) Builds the view. This method is called after the extended type has built the view to further modify it. Parameters FormView $view The view FormInterface $form The form array $options The options See also FormTypeInterface::buildView()

RequestValueResolver

class RequestValueResolver implements ArgumentValueResolverInterface Yields the same instance as the request object passed along. Methods bool supports(Request $request, ArgumentMetadata $argument) Whether this resolver can resolve the value for the given ArgumentMetadata. Generator resolve(Request $request, ArgumentMetadata $argument) Returns the possible value(s). Details bool supports(Request $request, ArgumentMetadata $argument) Whethe

LanguageDataProvider::getName()

getName($language, $displayLocale = null) Parameters $language $displayLocale

StoreInterface::cleanup()

cleanup() Cleanups storage.

Component\Security\Core\Authentication\Token

Classes AbstractToken Base class for Token instances. AnonymousToken AnonymousToken represents an anonymous token. PreAuthenticatedToken PreAuthenticatedToken implements a pre-authenticated token. RememberMeToken Authentication Token for "Remember-Me". UsernamePasswordToken UsernamePasswordToken implements a username and password token. Interfaces TokenInterface TokenInterface is the interface for the user authentication information.

PropertyPathIterator::isProperty()

bool isProperty() Returns whether the current element in the property path is a property name. Return Value bool