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

FormDataExtractor::extractSubmittedData()

array extractSubmittedData(FormInterface $form) Extracts the submitted data of a form. Parameters FormInterface $form The form Return Value array Information about the form's submitted data

Application::getHelperSet()

HelperSet getHelperSet() Get the helper set associated with the command. Return Value HelperSet The HelperSet instance associated with this command

ChoiceListInterface deprecated::getIndicesForChoices()

array getIndicesForChoices(array $choices) deprecated deprecated since version 2.4, to be removed in 3.0. Returns the indices corresponding to the given choices. The indices must be positive integers or strings accepted by {@link \Symfony\Component\Form\FormConfigBuilder::validateName()}. The index "placeholder" is internally reserved. The indices must be returned with the same keys and in the same order as the corresponding choices in the given array. Parameters array $choi

NativeSessionStorage::getMetadataBag()

MetadataBag getMetadataBag() Gets the MetadataBag. Return Value MetadataBag

AclCacheInterface::getFromCacheByIdentity()

AclInterface getFromCacheByIdentity(ObjectIdentityInterface $oid) Retrieves an ACL for the given object identity from the cache Parameters ObjectIdentityInterface $oid Return Value AclInterface

ClockMock::sleep()

static sleep($s) Parameters $s