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

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

Exception

class Exception extends RuntimeException Base exception for all configuration exceptions.

InMemoryTokenProvider::deleteTokenBySeries()

deleteTokenBySeries(string $series) Deletes all tokens belonging to series. Parameters string $series

ConstantNode::evaluate()

evaluate($functions, $values) Parameters $functions $values

FormInterface::remove()

FormInterface remove(string $name) Removes a child from the form. Parameters string $name The name of the child to remove Return Value FormInterface The form instance Exceptions AlreadySubmittedException If the form has already been submitted.

DirectoryResource::serialize()

serialize()