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

FileFormField::setErrorCode()

setErrorCode(int $error) Sets the PHP error code associated with the field. Parameters int $error The error code (one of UPLOADERRINISIZE, UPLOADERRFORMSIZE, UPLOADERRPARTIAL, UPLOADERRNOFILE, UPLOADERRNOTMPDIR, UPLOADERRCANTWRITE, or UPLOADERREXTENSION) Exceptions InvalidArgumentException When error code doesn't exist

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

ProfilerController::panelAction()

Response panelAction(Request $request, string $token) Renders a profiler panel for the given token. Parameters Request $request The current HTTP request string $token The profiler token Return Value Response A Response instance Exceptions NotFoundHttpException