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

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

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

Comparator::getTarget()

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

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

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

OutputFormatterStyleStack::reset()

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

LdapFactory::getKey()

getKey()

CollectionType::getBlockPrefix()

string getBlockPrefix() Returns the prefix of the template block name for this type. The block prefix defaults to the underscored short class name with the "Type" suffix removed (e.g. "UserProfileType" => "user_profile"). Return Value string The prefix of the template block name

ErrorHandler::setLoggers()

array setLoggers(array $loggers) Sets a logger for each error level. Parameters array $loggers Error levels to [LoggerInterface|null, LogLevel::*] map Return Value array The previous map Exceptions InvalidArgumentException