FormThemeTokenParser

class FormThemeTokenParser extends Twig_TokenParser Token Parser for the 'form_theme' tag. Methods Twig_Node parse(Twig_Token $token) Parses a token and returns a node. string getTag() Gets the tag name associated with this token parser. Details Twig_Node parse(Twig_Token $token) Parses a token and returns a node. Parameters Twig_Token $token A Twig_Token instance Return Value Twig_Node A Twig_Node instance stri

EnumNode

class EnumNode extends ScalarNode Node which only allows a finite set of values. Methods __construct(string $name, NodeInterface $parent = null, array $values = array()) Constructor. setAttribute($key, $value) from BaseNode getAttribute($key, $default = null) from BaseNode hasAttribute($key) from BaseNode getAttributes() from BaseNode setAttributes(array $attributes) from BaseNode removeAttribute($key) from BaseNode setInfo(string $info) Sets an info me

DoctrineOrmExtension

class DoctrineOrmExtension extends AbstractExtension Methods FormTypeInterface getType(string $name) Returns a type by name. from AbstractExtension bool hasType(string $name) Returns whether the given type is supported. from AbstractExtension FormTypeExtensionInterface[] getTypeExtensions(string $name) Returns the extensions for the given type. from AbstractExtension bool hasTypeExtensions(string $name) Returns whether this extension provides type extensions for the given type.

ImmutableEventDispatcher::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

TokenStream::next()

next() Sets the pointer to the next token and returns the old one.

NotImplementedException deprecated

class NotImplementedException extends NotImplementedException deprecated since version 2.3, to be removed in 3.0. Use {@link \Symfony\Component\Intl\Exception\NotImplementedException} instead. Alias of {@link \Symfony\Component\Intl\Exception\NotImplementedException}. Constants INTL_INSTALL_MESSAGE Methods __construct(string $message) Constructor. from NotImplementedException Details __construct(string $message) Constructor. Paramet

TransDefaultDomainNode

class TransDefaultDomainNode extends Twig_Node Methods __construct(Twig_Node_Expression $expr, $lineno, $tag = null) compile(Twig_Compiler $compiler) Compiles the node to PHP. Details __construct(Twig_Node_Expression $expr, $lineno, $tag = null) Parameters Twig_Node_Expression $expr $lineno $tag compile(Twig_Compiler $compiler) Compiles the node to PHP. Parameters Twig_Compiler $compiler A

Profiler::collect()

Profile|null collect(Request $request, Response $response, Exception $exception = null) Collects data for the given Response. Parameters Request $request A Request instance Response $response A Response instance Exception $exception An exception instance if the request threw one Return Value Profile|null A Profile instance or null if the profiler is disabled

AccessDeniedException

class AccessDeniedException extends FileException Thrown when the access on a file was denied. Methods __construct(string $path) Constructor. Details __construct(string $path) Constructor. Parameters string $path The path to the accessed file

AccountStatusException

class AccountStatusException extends AuthenticationException AccountStatusException is the base class for authentication exceptions caused by the user account status. Methods TokenInterface getToken() Get the token. from AuthenticationException setToken(TokenInterface $token) Set the token. from AuthenticationException serialize() unserialize($str) string getMessageKey() Message key to be used by the translation component. from AuthenticationException array getMes