ArrayChoiceList::getValuesForChoices()

string[] getValuesForChoices(array $choices) Returns the values corresponding to the given choices. The values are returned with the same keys and in the same order as the corresponding choices in the given array. Parameters array $choices An array of choices. Non-existing choices in this array are ignored Return Value string[] An array of choice values

SessionInterface::getId()

string getId() Returns the session ID. Return Value string The session ID

OptionsResolverInterface deprecated::isKnown()

bool isKnown(string $option) Returns whether an option is known. An option is known if it has been passed to either {@link setDefaults()}, {@link setRequired()} or {@link setOptional()} before. Parameters string $option The name of the option. Return Value bool Whether the option is known.

Form::isRequired()

bool isRequired() Returns whether the form is required to be filled out. If the form has a parent and the parent is not required, this method will always return false. Otherwise the value set with setRequired() is returned. Return Value bool

Bridge\Doctrine\Security\User

Classes EntityUserProvider Wrapper around a Doctrine ObjectManager.

FormDataExtractorInterface::extractViewVariables()

array extractViewVariables(FormView $view) Extracts the view variables of a form. Parameters FormView $view The form view Return Value array Information about the view's variables

Command::mergeApplicationDefinition()

mergeApplicationDefinition(bool $mergeArgs = true) Merges the application definition with the command definition. This method is not part of public API and should not be used directly. Parameters bool $mergeArgs Whether to merge or not the Application definition arguments to Command definition arguments

ChainAdapter::clear()

clear() {@inheritdoc}

Application::setDefaultCommand()

setDefaultCommand(string $commandName) Sets the default Command name. Parameters string $commandName The Command name

AcceptHeaderItem::setQuality()

AcceptHeaderItem setQuality(float $quality) Set the item quality. Parameters float $quality Return Value AcceptHeaderItem