DebugAccessDecisionManager

class DebugAccessDecisionManager implements AccessDecisionManagerInterface Decorates the original AccessDecisionManager class to log information about the security voters and the decisions made by them. Methods __construct(AccessDecisionManagerInterface $manager) bool decide(TokenInterface $token, array $attributes, object $object = null) Decides whether the access is possible or not. setVoters(array $voters) {@inheritdoc} string getStrategy() array getVoters()

FrameworkExtension

class FrameworkExtension extends Extension FrameworkExtension. Methods string getXsdValidationBasePath() Returns the base path for the XSD files. string getNamespace() Returns the namespace to be used for this extension (XML namespace). string getAlias() Returns the recommended alias to use in XML. from Extension ConfigurationInterface|null getConfiguration(array $config, ContainerBuilder $container) Returns extension configuration. array getClassesToCompile() Gets the

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

Locale::getScript()

static string|null getScript(string $locale) Not supported. Returns the script for the locale. Parameters string $locale The locale code to extract the script code from Return Value string|null The extracted script code or null if not present Exceptions MethodNotImplementedException See also http://www.php.net/manual/en/locale.getscript.php

PropertyAccessDecorator::getDecoratedFactory()

ChoiceListFactoryInterface getDecoratedFactory() Returns the decorated factory. Return Value ChoiceListFactoryInterface The decorated factory

InstantiatorInterface

interface InstantiatorInterface Lazy proxy instantiator, capable of instantiating a proxy given a container, the service definitions and a callback that produces the real service instance. Methods object instantiateProxy(ContainerInterface $container, Definition $definition, string $id, callable $realInstantiator) Instantiates a proxy object. Details object instantiateProxy(ContainerInterface $container, Definition $definition, string $id, callable $realIn

ResolvedTypeDataCollectorProxy::getParent()

ResolvedFormTypeInterface|null getParent() Returns the parent type. Return Value ResolvedFormTypeInterface|null The parent type or null

ArgumentMetadataFactoryInterface

interface ArgumentMetadataFactoryInterface Builds method argument data. Methods ArgumentMetadata[] createArgumentMetadata(mixed $controller) Details ArgumentMetadata[] createArgumentMetadata(mixed $controller) Parameters mixed $controller The controller to resolve the arguments for Return Value ArgumentMetadata[]

CachingFactoryDecorator::generateHash()

static string generateHash(mixed $value, string $namespace = '') Generates a SHA-256 hash for the given value. Optionally, a namespace string can be passed. Calling this method will the same values, but different namespaces, will return different hashes. Parameters mixed $value The value to hash string $namespace Optional. The namespace Return Value string The SHA-256 hash

Client::submit()

Crawler submit(Form $form, array $values = array()) Submits a form. Parameters Form $form A Form instance array $values An array of form field values Return Value Crawler