RequestContext::getParameter()

mixed getParameter(string $name) Gets a parameter value. Parameters string $name A parameter name Return Value mixed The parameter value or null if nonexistent

Helper::formatMemory()

static formatMemory($memory) Parameters $memory

PreAuthenticationGuardToken::getCredentials()

mixed getCredentials() Returns the user credentials, which might be an array of anything you wanted to put in there (e.g. username, password, favoriteColor). Return Value mixed The user credentials

MongoDbSessionHandler::write()

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

OutOfBoundsException

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

ConsoleHandler::onTerminate()

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

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

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

RegionDataProvider::getNames()

getNames($displayLocale = null) Parameters $displayLocale

XliffFileDumper

class XliffFileDumper extends FileDumper XliffFileDumper generates xliff files from a message catalogue. Methods setRelativePathTemplate(string $relativePathTemplate) Sets the template for the relative paths to files. from FileDumper setBackup(bool $backup) Sets backup flag. from FileDumper dump(MessageCatalogue $messages, array $options = array()) Dumps the message catalogue. from FileDumper string formatCatalogue(MessageCatalogue $messages, string $domain, array $options =