RegionDataProvider::getNames()

getNames($displayLocale = null) Parameters $displayLocale

ORMQueryBuilderLoader

class ORMQueryBuilderLoader implements EntityLoaderInterface Loads entities using a {@link QueryBuilder} instance. Methods __construct(QueryBuilder $queryBuilder) Construct an ORM Query Builder Loader. array getEntities() Returns an array of entities that are valid choices in the corresponding choice list. array getEntitiesByIds(string $identifier, array $values) Returns an array of entities matching the given identifiers. Details __construct(Qu

ValidatorBuilder::addYamlMappings()

ValidatorBuilderInterface addYamlMappings(array $paths) Adds a list of YAML constraint mappings file to the validator. Parameters array $paths The paths to the mapping files Return Value ValidatorBuilderInterface The builder object

ConsoleHandler::onTerminate()

onTerminate(ConsoleTerminateEvent $event) After a command has been executed, it disables the output. Parameters ConsoleTerminateEvent $event

OutOfBoundsException

class OutOfBoundsException extends OutOfBoundsException implements ExceptionInterface Base OutOfBoundsException for Form component.

MongoDbSessionHandler::write()

write($sessionId, $data) {@inheritdoc} Parameters $sessionId $data

FieldEntry::getField()

string getField() Returns the field used for this entry. Return Value string

PrototypedArrayNode::setPrototype()

setPrototype(PrototypeNodeInterface $node) Sets the node prototype. Parameters PrototypeNodeInterface $node

ArrayNode::setAllowFalse()

setAllowFalse(bool $allow) Sets whether false is allowed as value indicating that the array should be unset. Parameters bool $allow

InputArgument::getDefault()

mixed getDefault() Returns the default value. Return Value mixed The default value