TokenNotFoundException

class TokenNotFoundException extends RuntimeException

Bundle\FrameworkBundle\Templating\Helper

Classes ActionsHelper ActionsHelper manages action inclusions. CodeHelper CodeHelper. FormHelper FormHelper provides helpers to help display forms. RequestHelper RequestHelper provides access to the current request parameters. RouterHelper RouterHelper manages links between pages in a template context. SessionHelper SessionHelper provides read-only access to the session attributes. TranslatorHelper TranslatorHelper.

Component\Validator\Mapping\Cache

Classes ApcCache Interfaces CacheInterface Persists ClassMetadata instances in a cache

RegistryInterface::getEntityManagerForClass()

EntityManager|null getEntityManagerForClass(string $class) Gets the entity manager associated with a given class. Parameters string $class A Doctrine Entity class name Return Value EntityManager|null

Inline::isHash()

static bool isHash(array $value) Check if given array is hash or just normal indexed array. Parameters array $value The PHP array to check Return Value bool true if value is hash array, false otherwise

TimeDataCollector::getStartTime()

int getStartTime() Gets the request time. Return Value int The time

Connection::bind()

bind(string $dn = null, string $password = null) Binds the connection against a DN and password. Parameters string $dn The user's DN string $password The associated password

ProgressBar::getFormatDefinition()

static string|null getFormatDefinition(string $name) Gets the format for a given name. Parameters string $name The format name Return Value string|null A format string

ExecutionContextInterface::getRoot()

mixed getRoot() Returns the value at which validation was started in the object graph. The validator, when given an object, traverses the properties and related objects and their properties. The root of the validation is the object from which the traversal started. The current value is returned by {@link getValue}. Return Value mixed The root value of the validation

Bundle\TwigBundle\DependencyInjection

Namespaces Symfony\Bundle\TwigBundle\DependencyInjection\Compiler Classes Configuration TwigExtension configuration structure. TwigExtension TwigExtension.