CachingFactoryDecorator

class CachingFactoryDecorator implements ChoiceListFactoryInterface Caches the choice lists created by the decorated factory. Methods static string generateHash(mixed $value, string $namespace = '') Generates a SHA-256 hash for the given value. __construct(ChoiceListFactoryInterface $decoratedFactory) Decorates the given factory. ChoiceListFactoryInterface getDecoratedFactory() Returns the decorated factory. ChoiceListInterface createListFromChoices(array|Traversable $choi

ProgressBar::display()

display() Outputs the current progress string.

PassConfig::setOptimizationPasses()

setOptimizationPasses(array $passes) Sets the Optimization passes. Parameters array $passes An array of passes

History::clear()

clear() Clears the history.

Regex::getType()

int getType() Returns expression type. Return Value int

Container::reset()

reset() Resets shared services from the container. The container is not intended to be used again after being reset in a normal workflow. This method is meant as a way to release references for ref-counting. A subsequent call to ContainerInterface::get will recreate a new instance of the shared service.

InvalidCsrfTokenException

class InvalidCsrfTokenException extends AuthenticationException This exception is thrown when the csrf token is invalid. Methods TokenInterface getToken() Get the token. from AuthenticationException setToken(TokenInterface $token) Set the token. from AuthenticationException serialize() from AuthenticationException unserialize($str) from AuthenticationException string getMessageKey() Message key to be used by the translation component. array getMessageData() Message

Component\Console\Style

Classes OutputStyle Decorates output to add console style guide helpers. SymfonyStyle Output decorator helpers for the Symfony Style Guide. Interfaces StyleInterface Output style helpers.

StyleInterface::askHidden()

string askHidden(string $question, callable|null $validator = null) Asks a question with the user input hidden. Parameters string $question callable|null $validator Return Value string

ExprBuilder::thenUnset()

ExprBuilder thenUnset() Sets a closure unsetting this key of the array at validation time. Return Value ExprBuilder Exceptions UnsetKeyException