DirectoryResource::unserialize()

unserialize($serialized) Parameters $serialized

FormThemeNode

class FormThemeNode extends Twig_Node Methods __construct(Twig_Node $form, Twig_Node $resources, $lineno, $tag = null) compile(Twig_Compiler $compiler) Compiles the node to PHP. Details __construct(Twig_Node $form, Twig_Node $resources, $lineno, $tag = null) Parameters Twig_Node $form Twig_Node $resources $lineno $tag compile(Twig_Compiler $compiler) Compiles the node to PHP. Parameters Tw

EventDispatcher::hasListeners()

bool hasListeners(string $eventName = null) Checks whether an event has any registered listeners. Parameters string $eventName The name of the event Return Value bool true if the specified event has any listeners, false otherwise

FormPerformanceTestCase::getMaxRunningTime()

int getMaxRunningTime() Return Value int

ThrowingCasterException

class ThrowingCasterException extends Exception Methods __construct(Exception $prev) Details __construct(Exception $prev) Parameters Exception $prev The exception thrown from the caster

ArrayLoader

class ArrayLoader implements LoaderInterface ArrayLoader loads translations from a PHP array. Methods MessageCatalogue load(mixed $resource, string $locale, string $domain = 'messages') Loads a locale. Details MessageCatalogue load(mixed $resource, string $locale, string $domain = 'messages') Loads a locale. Parameters mixed $resource A resource string $locale A locale string $domain The domain Return Value MessageCatalogue A MessageCatalogue

GuardTokenInterface

interface GuardTokenInterface implements TokenInterface A marker interface that both guard tokens implement. Any tokens passed to GuardAuthenticationProvider (i.e. any tokens that are handled by the guard auth system) must implement this interface. Methods string __toString() Returns a string representation of the Token. from TokenInterface RoleInterface[] getRoles() Returns the user roles. from TokenInterface mixed getCredentials() Returns the user credentials. from TokenInterf

ValidatorInterface

interface ValidatorInterface implements MetadataFactoryInterface Validates PHP values against constraints. Methods MetadataInterface getMetadataFor(mixed $value) Returns the metadata for the given value. from MetadataFactoryInterface bool hasMetadataFor(mixed $value) Returns whether the class is able to return metadata for the given value. from MetadataFactoryInterface ConstraintViolationListInterface validate(mixed $value, Constraint|Constraint[] $constraints = null, array|null

Component\Intl\Globals

Classes IntlGlobals Provides fake static versions of the global functions in the intl extension

DayOfWeekTransformer::format()

string format(DateTime $dateTime, int $length) Format a value using a configured DateTime as date/time source. Parameters DateTime $dateTime A DateTime object to be used to generate the formatted value int $length The formatted value string length Return Value string The formatted value