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

FormBuilderInterface::create()

FormBuilderInterface create(string $name, string|null $type = null, array $options = array()) Creates a form builder. Parameters string $name The name of the form or the name of the property string|null $type The type of the form or null if name is a property array $options The options Return Value FormBuilderInterface The created builder

DigestData::validateAndDecode()

validateAndDecode($entryPointKey, $expectedRealm) Parameters $entryPointKey $expectedRealm

EncoderInterface

interface EncoderInterface Defines the interface of encoders. Methods scalar encode(mixed $data, string $format, array $context = array()) Encodes data into the given format. bool supportsEncoding(string $format) Checks whether the serializer can encode to given format. Details scalar encode(mixed $data, string $format, array $context = array()) Encodes data into the given format. Parameters mixed $data Data to encode string $format Form

LogoutUrlHelper::getLogoutPath()

string getLogoutPath(string|null $key) Generates the absolute logout path for the firewall. Parameters string|null $key The firewall key or null to use the current firewall key Return Value string The logout path

TranslationDataCollector::getMessages()

array getMessages() Return Value array

Process::addOutput()

addOutput(string $line) Adds a line to the STDOUT stream. Parameters string $line The line to append