AutoExpireFlashBag::keys()

array keys() Returns a list of all defined types. Return Value array

TemplateNameParser

class TemplateNameParser implements TemplateNameParserInterface TemplateNameParser is the default implementation of TemplateNameParserInterface. This implementation takes everything as the template name and the extension for the engine. Methods TemplateReferenceInterface parse(string|TemplateReferenceInterface $name) Convert a template name to a TemplateReferenceInterface instance. Details TemplateReferenceInterface parse(string|TemplateReferenceInterface

Route::getName()

getName()

Acl::isEntriesInheriting()

bool isEntriesInheriting() Whether this ACL is inheriting ACEs from a parent ACL. Return Value bool

ElementNode

class ElementNode extends AbstractNode Represents a "|" node. This component is a port of the Python cssselect library, which is copyright Ian Bicking, see https://github.com/SimonSapin/cssselect. Methods string getNodeName() from AbstractNode __construct(string|null $namespace = null, string|null $element = null) null|string getNamespace() null|string getElement() Specificity getSpecificity() Returns node's specificity. string __toString() Returns node's stri

PreloadedExtension::getType()

FormTypeInterface getType(string $name) Returns a type by name. Parameters string $name The name of the type Return Value FormTypeInterface The type Exceptions InvalidArgumentException if the given type is not supported by this extension

MongoDbProfilerStorage deprecated::purge()

purge() Purges all data from the database.

AuthenticationTrustResolver::isFullFledged()

bool isFullFledged(TokenInterface $token = null) Resolves whether the passed token implementation is fully authenticated. Parameters TokenInterface $token Return Value bool

ProxyDumper::getProxyCode()

string getProxyCode(Definition $definition) Generates the code for the lazy proxy. Parameters Definition $definition Return Value string

ResponseCacheStrategyInterface::update()

update(Response $response) Updates the Response HTTP headers based on the embedded Responses. Parameters Response $response