CompiledRoute::getPathVariables()

array getPathVariables() Returns the path variables. Return Value array The variables

ConfigDataCollector::isDebug()

bool isDebug() Returns true if the debug is enabled. Return Value bool true if debug is enabled, false otherwise

NodeBuilder::setParent()

NodeBuilder setParent(ParentNodeDefinitionInterface $parent = null) Set the parent node. Parameters ParentNodeDefinitionInterface $parent The parent node Return Value NodeBuilder This node builder

JsonDecode::supportsDecoding()

bool supportsDecoding(string $format) Checks whether the deserializer can decode from given format. Parameters string $format format name Return Value bool

HttpBasicFactory

class HttpBasicFactory implements SecurityFactoryInterface HttpBasicFactory creates services for HTTP basic authentication. Methods create(ContainerBuilder $container, $id, $config, $userProvider, $defaultEntryPoint) string getPosition() Defines the position at which the provider is called. getKey() addConfiguration(NodeDefinition $node) Details create(ContainerBuilder $container, $id, $config, $userProvider, $defaultEntryPoint)

NativeSessionTokenStorage::getToken()

string getToken(string $tokenId) Reads a stored CSRF token. Parameters string $tokenId The token ID Return Value string The stored token Exceptions TokenNotFoundException If the token ID does not exist

InMemoryFactory::addConfiguration()

addConfiguration(NodeDefinition $node) Parameters NodeDefinition $node

TemplateCacheWarmer::warmUp()

warmUp(string $cacheDir) Warms up the cache. Parameters string $cacheDir The cache directory

ActionsExtension deprecated::getTokenParsers()

array getTokenParsers() Returns the token parser instance to add to the existing list. Return Value array An array of \Twig_TokenParser instances

ConstraintViolation::getMessageTemplate()

string getMessageTemplate() Returns the raw violation message. The raw violation message contains placeholders for the parameters returned by {@link getParameters}. Typically you'll pass the message template and parameters to a translation engine. Return Value string The raw violation message