RequestDataCollector::onKernelController()

onKernelController(FilterControllerEvent $event) Parameters FilterControllerEvent $event

Component\DomCrawler\Field

Classes ChoiceFormField ChoiceFormField represents a choice form field. FileFormField FileFormField represents a file form field (an HTML file input tag). FormField FormField is the abstract class for all form fields. InputFormField InputFormField represents an input form field (an HTML input tag). TextareaFormField TextareaFormField represents a textarea form field (an HTML textarea tag).

SecurityDataCollector::supportsRoleHierarchy()

bool supportsRoleHierarchy() Checks if the data contains information about inherited roles. Still the inherited roles can be an empty array. Return Value bool true if the profile was contains inherited role information

IssnValidator

class IssnValidator extends ConstraintValidator Validates whether the value is a valid ISSN. 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. Methods initialize(ExecutionContextInterface $context) Initializes the constraint validator. from ConstraintValidator validate(mixed $value, Constraint $constraint) Checks if the passed value is valid.

Definition::getDeprecationMessage()

string getDeprecationMessage(string $id) Message to use if this definition is deprecated. Parameters string $id Service id relying on this definition Return Value string

AutoExpireFlashBag::setName()

setName($name) Parameters $name

FormExtension::getFilters()

getFilters() {@inheritdoc}

UserChecker

class UserChecker implements UserCheckerInterface UserChecker checks the user account flags. Methods checkPreAuth(UserInterface $user) Checks the user account before authentication. checkPostAuth(UserInterface $user) Checks the user account after authentication. Details checkPreAuth(UserInterface $user) Checks the user account before authentication. Parameters UserInterface $user a UserInterface instance c

DoctrineCaster

class DoctrineCaster Casts Doctrine related classes to array representation. Methods static castCommonProxy(Proxy $proxy, array $a, Stub $stub, $isNested) static castOrmProxy(Proxy $proxy, array $a, Stub $stub, $isNested) static castPersistentCollection(PersistentCollection $coll, array $a, Stub $stub, $isNested) Details static castCommonProxy(Proxy $proxy, array $a, Stub $stub, $isNested) Parameters Proxy $proxy array $a Stub $s

AbstractAdapter deprecated::isSupported()

bool isSupported() Tests adapter support for current platform. Return Value bool