UsernamePasswordToken::getProviderKey()

string getProviderKey() Returns the provider key. Return Value string The provider key

PropertyPathInterface::getElement()

string getElement(int $index) Returns the element at the given index in the property path. Parameters int $index The index key Return Value string A property or index name Exceptions OutOfBoundsException If the offset is invalid

AutoExpireFlashBag::setAll()

setAll(array $messages) Sets all flash messages. Parameters array $messages

PhpStringTokenParser::parse()

static string parse(string $str) Parses a string token. Parameters string $str String token content Return Value string The parsed string

ValidatorInterface deprecated

interface ValidatorInterface deprecated since version 2.5, to be removed in 3.0. Use {@link \Symfony\Component\Validator\Validator\ValidatorInterface} instead. Validates values and graphs of objects and arrays. Methods ConstraintViolationListInterface validate(mixed $value, array|null $groups = null, bool $traverse = false, bool $deep = false) Validates a value. ConstraintViolationListInterface validateProperty(mixed $containingValue, string $property, array|null $groups = null)

Component\Finder\Shell

Classes Command Shell

PreAuthenticatedToken::eraseCredentials()

eraseCredentials() Removes sensitive information from the token.

DnsMock::gethostbyname()

static gethostbyname($hostname) Parameters $hostname

StyleInterface::progressStart()

progressStart(int $max) Starts the progress output. Parameters int $max Maximum steps (0 if unknown)

FormHelper::getName()

string getName() Returns the canonical name of this helper. Return Value string The canonical name