DummyException deprecated

class DummyException extends ErrorException deprecated since version 2.5, to be removed in 3.0.

FlashBag::clear()

mixed clear() Clears out data from bag. Return Value mixed Whatever data was contained

FlashBag::getName()

string getName() Gets this bag's name. Return Value string

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