RequestStack::getMasterRequest()

Request|null getMasterRequest() Gets the master Request. Be warned that making your code aware of the master request might make it un-compatible with other features of your framework like ESI support. Return Value Request|null

MemcachedSessionHandler::read()

read($sessionId) {@inheritdoc} Parameters $sessionId

PathPackage deprecated::getBasePath()

string getBasePath() Returns the base path. Return Value string The base path

AcceptHeaderItem::setValue()

AcceptHeaderItem setValue(string $value) Set the item value. Parameters string $value Return Value AcceptHeaderItem

HttpFoundationRequestHandler

class HttpFoundationRequestHandler implements RequestHandlerInterface A request processor using the {@link Request} class of the HttpFoundation component. Methods __construct(ServerParams $serverParams = null) {@inheritdoc} handleRequest(FormInterface $form, mixed $request = null) Submits a form if it was submitted. Details __construct(ServerParams $serverParams = null) {@inheritdoc} Parameters ServerParams $serverParams

DateTimeToLocalizedStringTransformer::reverseTransform()

mixed reverseTransform(mixed $value) Transforms a localized date string/array into a normalized date. Parameters mixed $value The value in the transformed representation Return Value mixed The value in the original representation Exceptions TransformationFailedException if the given value is not a string, if the date could not be parsed

LogicException

class LogicException extends LogicException implements ExceptionInterface

NumberToLocalizedStringTransformer::transform()

mixed transform(mixed $value) Transforms a number type into localized number. Parameters mixed $value The value in the original representation Return Value mixed The value in the transformed representation Exceptions TransformationFailedException If the given value is not numeric or if the value can not be transformed.

TableStyle::setBorderFormat()

TableStyle setBorderFormat(string $borderFormat) Sets table border format. Parameters string $borderFormat Return Value TableStyle

DataCollectorTypeExtension::getExtendedType()

string getExtendedType() Returns the name of the type being extended. Return Value string The name of the type being extended