NameConverterInterface

interface NameConverterInterface Defines the interface for property name converters. Methods string normalize(string $propertyName) Converts a property name to its normalized value. string denormalize(string $propertyName) Converts a property name to its denormalized value. Details string normalize(string $propertyName) Converts a property name to its normalized value. Parameters string $propertyName Return Value string

NameConverterInterface::denormalize()

string denormalize(string $propertyName) Converts a property name to its denormalized value. Parameters string $propertyName Return Value string

UrlValidator

class UrlValidator extends ConstraintValidator Constants PRETTY_DATE Whether to format {@link \DateTime} objects as RFC-3339 dates ("Y-m-d H:i:s"). OBJECT_TO_STRING Whether to cast objects with a "__toString()" method to strings. PATTERN Methods initialize(ExecutionContextInterface $context) Initializes the constraint validator. from ConstraintValidator validate(mixed $value, Constraint $constraint) Checks if the passed value is valid. Details

OutputFormatter::getStyle()

OutputFormatterStyleInterface getStyle(string $name) Gets style options from style with specified name. Parameters string $name Return Value OutputFormatterStyleInterface Exceptions InvalidArgumentException When style isn't defined

DefaultAuthenticationFailureHandler::onAuthenticationFailure()

Response onAuthenticationFailure(Request $request, AuthenticationException $exception) This is called when an interactive authentication attempt fails. This is called by authentication listeners inheriting from AbstractAuthenticationListener. Parameters Request $request AuthenticationException $exception Return Value Response The response to return, never null

FormFactoryBuilderInterface::addTypeGuesser()

FormFactoryBuilderInterface addTypeGuesser(FormTypeGuesserInterface $typeGuesser) Adds a type guesser to the factory. Parameters FormTypeGuesserInterface $typeGuesser The type guesser Return Value FormFactoryBuilderInterface The builder

Parameter

class Parameter Parameter represents a parameter reference. Methods __construct(string $id) string __toString() Details __construct(string $id) Parameters string $id The parameter key string __toString() Return Value string The parameter key

FunctionExtension::translateNthLastChild()

XPathExpr translateNthLastChild(XPathExpr $xpath, FunctionNode $function) Parameters XPathExpr $xpath FunctionNode $function Return Value XPathExpr

Query::execute()

CollectionInterface|Entry[] execute() Executes a query and returns the list of Ldap entries. Return Value CollectionInterface|Entry[]

ContainerAwareEventManager::addEventListener()

addEventListener(string|array $events, object|string $listener) Adds an event listener that listens on the specified events. Parameters string|array $events The event(s) to listen on object|string $listener The listener object Exceptions RuntimeException