OutputFormatterStyleStack::reset()

reset() Resets stack (ie. empty internal arrays).

FormConfigBuilderInterface::setMapped()

FormConfigBuilderInterface setMapped(bool $mapped) Sets whether the form should be mapped to an element of its parent's data. Parameters bool $mapped Whether the form should be mapped Return Value FormConfigBuilderInterface The configuration object

UserPasswordEncoder::isPasswordValid()

bool isPasswordValid(UserInterface $user, string $raw) Parameters UserInterface $user The user string $raw A raw password Return Value bool true if the password is valid, false otherwise

Comparator::getTarget()

string getTarget() Gets the target value. Return Value string The target value

RequestDataCollector::getRedirect()

array|bool getRedirect() Gets the previous request attributes. Return Value array|bool A legacy array of data from the previous redirection response or false otherwise

MessageDigestPasswordEncoder::encodePassword()

string encodePassword(string $raw, string $salt) Encodes the raw password. Parameters string $raw The password to encode string $salt The salt Return Value string The encoded password

Form::offsetExists()

bool offsetExists(string $name) Returns whether a child with the given name exists (implements the \ArrayAccess interface). Parameters string $name The name of the child Return Value bool

DoctrineOrmTypeGuesser::guessRequired()

ValueGuess guessRequired(string $class, string $property) Returns a guess whether a property of a class is required. Parameters string $class The fully qualified class name string $property The name of the property to guess for Return Value ValueGuess A guess for the field's required setting

RouterDataCollector::getRedirect()

bool getRedirect() Return Value bool Whether this request will result in a redirect

ArrayNodeDefinition::canBeUnset()

ArrayNodeDefinition canBeUnset(bool $allow = true) Sets whether the node can be unset. Parameters bool $allow Return Value ArrayNodeDefinition