AbstractExtension::getNodeTranslators()

callable[] getNodeTranslators() Returns node translators. These callables will receive the node as first argument and the translator as second argument. Return Value callable[]

FormBuilder::getForm()

FormInterface getForm() Creates the form. Return Value FormInterface The form

Component\HttpKernel\HttpCache

Classes Esi Esi implements the ESI capabilities to Request and Response instances. EsiResponseCacheStrategy EsiResponseCacheStrategy knows how to compute the Response cache HTTP header based on the different ESI response cache headers. HttpCache Cache provides HTTP caching. Store Store implements all the logic for storing cache metadata (Request and Response headers). Interfaces EsiResponseCacheStrategyInterface EsiResponseCacheStrategyInterface implementations know how to

DumpException

class DumpException extends RuntimeException Exception class thrown when an error occurs during dumping.

Question::getMaxAttempts()

null|int getMaxAttempts() Gets the maximum number of attempts. Null means an unlimited number of attempts. Return Value null|int

BinaryFileResponse

class BinaryFileResponse extends Response BinaryFileResponse represents an HTTP response delivering a file. Constants HTTP_CONTINUE HTTP_SWITCHING_PROTOCOLS HTTP_PROCESSING HTTP_OK HTTP_CREATED HTTP_ACCEPTED HTTP_NON_AUTHORITATIVE_INFORMATION HTTP_NO_CONTENT HTTP_RESET_CONTENT HTTP_PARTIAL_CONTENT HTTP_MULTI_STATUS HTTP_ALREADY_REPORTED HTTP_IM_USED HTTP_MULTIPLE_CHOICES HTTP_MOVED_PERMANENTLY HTTP_FOUND HTTP_SEE_OTHER HTTP

KernelInterface::getBundles()

BundleInterface[] getBundles() Gets the registered bundle instances. Return Value BundleInterface[] An array of registered bundle instances

DefinitionDecorator::setPublic()

Definition setPublic(bool $boolean) Sets the visibility of this service. Parameters bool $boolean Return Value Definition The current instance

DoctrineCaster::castOrmProxy()

static castOrmProxy(Proxy $proxy, array $a, Stub $stub, $isNested) Parameters Proxy $proxy array $a Stub $stub $isNested

CacheItem::expiresAfter()

expiresAfter($time) {@inheritdoc} Parameters $time