ContainerBuilder::findDefinition()

Definition findDefinition(string $id) Gets a service definition by id or alias. The method "unaliases" recursively to return a Definition instance. Parameters string $id The service identifier or alias Return Value Definition A Definition instance Exceptions ServiceNotFoundException if the service definition does not exist

MemcacheSessionHandler::gc()

gc($maxlifetime) {@inheritdoc} Parameters $maxlifetime

NotImplementedException

class NotImplementedException extends RuntimeException Base exception class for not implemented behaviors of the intl extension in the Locale component. Constants INTL_INSTALL_MESSAGE Methods __construct(string $message) Constructor. Details __construct(string $message) Constructor. Parameters string $message The exception message. A note to install the intl extension is appended to this string

Component\Intl\ResourceBundle\Compiler

Classes BundleCompiler Compiles .txt resource bundles to binary .res files. Interfaces BundleCompilerInterface Compiles a resource bundle.

RoleHierarchyInterface

interface RoleHierarchyInterface RoleHierarchyInterface is the interface for a role hierarchy. Methods RoleInterface[] getReachableRoles(array $roles) Returns an array of all reachable roles by the given ones. Details RoleInterface[] getReachableRoles(array $roles) Returns an array of all reachable roles by the given ones. Reachable roles are the roles directly assigned but also all roles that are transitively reachable from them in the role hi

InputDefinition::setDefinition()

setDefinition(array $definition) Sets the definition of the input. Parameters array $definition The definition array

CachingFactoryDecorator::createListFromLoader()

ChoiceListInterface createListFromLoader(ChoiceLoaderInterface $loader, null|callable $value = null) Creates a choice list that is loaded with the given loader. Optionally, a callable can be passed for generating the choice values. The callable receives the choice as first and the array key as the second argument. Parameters ChoiceLoaderInterface $loader The choice loader null|callable $value The callable generating the choice values Return Value ChoiceListInterface The choice

ResourceCheckerConfigCacheFactory

class ResourceCheckerConfigCacheFactory implements ConfigCacheFactoryInterface A ConfigCacheFactory implementation that validates the cache with an arbitrary set of ResourceCheckers. Methods __construct(array $resourceCheckers = array()) ConfigCacheInterface cache(string $file, $callback) Creates a cache instance and (re-)initializes it if necessary. Details __construct(array $resourceCheckers = array()) Parameters array $resourceChecker

Bridge\Twig

Namespaces Symfony\Bridge\Twig\ExtensionSymfony\Bridge\Twig\FormSymfony\Bridge\Twig\NodeSymfony\Bridge\Twig\NodeVisitorSymfony\Bridge\Twig\TokenParserSymfony\Bridge\Twig\Translation Classes TwigEngine This engine knows how to render Twig templates.

Client::restart()

restart() Restarts the client. It flushes history and all cookies.