ArrayInput::hasParameterOption()

bool hasParameterOption(string|array $values, bool $onlyParams = false) Returns true if the raw parameters (not parsed) contain a value. This method is to be used to introspect the input parameters before they have been validated. It must be used carefully. Parameters string|array $values The values to look for in the raw parameters (can be an array) bool $onlyParams Only check real parameters, skip those following an end of options (--) signal Return Value bool true if the val

GroupSequenceProviderInterface

interface GroupSequenceProviderInterface Defines the interface for a group sequence provider. Methods array getGroupSequence() Returns which validation groups should be used for a certain state of the object. Details array getGroupSequence() Returns which validation groups should be used for a certain state of the object. Return Value array An array of validation groups

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()

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

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

AddConstraintValidatorsPass

class AddConstraintValidatorsPass implements CompilerPassInterface Methods process(ContainerBuilder $container) You can modify the container here before it is dumped to PHP code. Details process(ContainerBuilder $container) You can modify the container here before it is dumped to PHP code. Parameters ContainerBuilder $container

PropertyAccessDecorator::getDecoratedFactory()

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

SimpleChoiceList deprecated::getChoicesForValues()

array getChoicesForValues(array $values) Returns the choices corresponding to the given values. The choices can have any data type. The choices must be returned with the same keys and in the same order as the corresponding values in the given array. Parameters array $values An array of choice values. Not existing values in this array are ignored Return Value array An array of choices with ascending, 0-based numeric keys

LocaleListener::onKernelFinishRequest()

onKernelFinishRequest(FinishRequestEvent $event) Parameters FinishRequestEvent $event

VirtualFormAwareIterator deprecated::hasChildren()

hasChildren() {@inheritdoc}