Section::open()

Section open(string|null $id) Creates or re-opens a child section. Parameters string|null $id null to create a new section, the identifier to re-open an existing one Return Value Section A child section

Finder::sortByAccessedTime()

Finder|SplFileInfo[] sortByAccessedTime() Sorts files and directories by the last accessed time. This is the time that the file was last accessed, read or written to. This can be slow as all the matching files and directories must be retrieved for comparison. Return Value Finder|SplFileInfo[] The current Finder instance See also SortableIterator

Component\Form\Extension\DataCollector\Proxy

Classes ResolvedTypeDataCollectorProxy Proxy that invokes a data collector when creating a form and its view. ResolvedTypeFactoryDataCollectorProxy Proxy that wraps resolved types into {@link ResolvedTypeDataCollectorProxy} instances.

Client::followRedirects()

followRedirects(bool $followRedirect = true) Sets whether to automatically follow redirects or not. Parameters bool $followRedirect Whether to follow redirects

PipesInterface::haveReadSupport()

bool haveReadSupport() Returns if pipes are able to read output. Return Value bool

ConfigDataCollector::getToken()

string getToken() Gets the token. Return Value string The token

ProcessBuilder::setPrefix()

ProcessBuilder setPrefix(string|array $prefix) Adds a prefix to the command string. The prefix is preserved when resetting arguments. Parameters string|array $prefix A command prefix or an array of command prefixes Return Value ProcessBuilder

AbstractRememberMeServices::getSecret()

string getSecret() Return Value string

OptionDefinitionException

class OptionDefinitionException extends LogicException implements ExceptionInterface Thrown when two lazy options have a cyclic dependency.

HttpKernel::terminate()

terminate(Request $request, Response $response) Terminates a request/response cycle. Should be called after sending the response and before shutting down the kernel. Parameters Request $request A Request instance Response $response A Response instance