RouteCollection::count()

int count() Gets the number of Routes in this collection. Return Value int The number of routes

Response::setClientTtl()

Response setClientTtl(int $seconds) Sets the response's time-to-live for private/client caches. This method adjusts the Cache-Control/max-age directive. Parameters int $seconds Number of seconds Return Value Response

ConnectionOptions::getOptionName()

static getOptionName($name) Parameters $name

ValidatorTypeGuesser::guessMaxLengthForConstraint()

ValueGuess|null guessMaxLengthForConstraint(Constraint $constraint) Guesses a field's maximum length based on the given constraint. Parameters Constraint $constraint The constraint to guess for Return Value ValueGuess|null The guess for the maximum length

Command deprecated::top()

Command top(string|Command $bit) Prepends a string or a command instance. Parameters string|Command $bit Return Value Command The current Command instance

ContainerBuilder::hasDefinition()

bool hasDefinition(string $id) Returns true if a service definition exists under the given identifier. Parameters string $id The service identifier Return Value bool true if the service definition exists, false otherwise

Client::getResponse()

object|null getResponse() Returns the current origin response instance. The origin response is the response instance that is returned by the code that handles requests. Return Value object|null A response instance See also doRequest()

Command deprecated::end()

Command end() Returns parent command (if any). Return Value Command Parent command Exceptions RuntimeException If command has no parent

Command deprecated::setErrorHandler()

Command setErrorHandler(Closure $errorHandler) Parameters Closure $errorHandler Return Value Command

FormDataCollector::buildFinalFormTree()

buildFinalFormTree(FormInterface $form, FormView $view) Assembles the data collected about the given form and its children as a tree-like data structure. The result can be queried using {@link getData()}. Contrary to {@link buildPreliminaryFormTree()}, a {@link FormView} object has to be passed. The tree structure of this view object will be used for structuring the resulting data. That means, if a child is present in the view, but not in the form, it will be present in the final dat