TransChoiceTokenParser::getTag()

string getTag() Gets the tag name associated with this token parser. Return Value string The tag name

ResolvedFormTypeInterface

interface ResolvedFormTypeInterface A wrapper for a form type and its extensions. Methods string getBlockPrefix() Returns the prefix of the template block name for this type. ResolvedFormTypeInterface|null getParent() Returns the parent type. FormTypeInterface getInnerType() Returns the wrapped form type. FormTypeExtensionInterface[] getTypeExtensions() Returns the extensions of the wrapped form type. FormBuilderInterface createBuilder(FormFactoryInterface $factory, s

WriteCheckSessionHandler::destroy()

destroy($sessionId) {@inheritdoc} Parameters $sessionId

CacheInterface

interface CacheInterface Persists ClassMetadata instances in a cache. Methods has(string $class) Returns whether metadata for the given class exists in the cache. ClassMetadata|false read(string $class) Returns the metadata for the given class from the cache. write(ClassMetadata $metadata) Stores a class metadata in the cache. Details has(string $class) Returns whether metadata for the given class exists in the cache. Parameters st

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

AbstractAdapter deprecated::isSupported()

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

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

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.