ProgressBar::finish()

finish() Finishes the progress output.

NativeSessionStorage::setName()

setName(string $name) Sets the session name. Parameters string $name

DbalSessionHandler::open()

open($savePath, $sessionName) {@inheritdoc} Parameters $savePath $sessionName

VariadicValueResolver

class VariadicValueResolver implements ArgumentValueResolverInterface Yields a variadic argument's values from the request attributes. Methods bool supports(Request $request, ArgumentMetadata $argument) Whether this resolver can resolve the value for the given ArgumentMetadata. Generator resolve(Request $request, ArgumentMetadata $argument) Returns the possible value(s). Details bool supports(Request $request, ArgumentMetadata $argument) W

RequestDataCollector::getLocale()

getLocale()

InvalidArgumentException

class InvalidArgumentException extends InvalidArgumentException implements ExceptionInterface Base InvalidArgumentException for the Security component.

Form::getFiles()

array getFiles() Gets the file field values. Return Value array An array of file field values

ConfigDebugCommand

class ConfigDebugCommand extends AbstractConfigCommand A console command for dumping available configuration reference. Methods __construct(string|null $name = null) Constructor. from Command ignoreValidationErrors() Ignores validation errors. from Command setApplication(Application $application = null) Sets the application instance for this command. from Command setHelperSet(HelperSet $helperSet) Sets the helper set. from Command HelperSet getHelperSet() Gets the helper

Command deprecated::join()

string join() Joins bits. Return Value string

AbstractFormLoginAuthenticator

class AbstractFormLoginAuthenticator extends AbstractGuardAuthenticator A base class to make form login authentication easier! Traits TargetPathTrait Trait to get (and set) the URL the user last visited before being forced to authenticate. Methods GuardTokenInterface createAuthenticatedToken(UserInterface $user, string $providerKey) Create an authenticated token for the given user. from AbstractGuardAuthenticator Response|null onAuthenticationFailure(Request $request, Authentic