Alias::setPublic()

setPublic(bool $boolean) Sets if this Alias is public. Parameters bool $boolean If this Alias should be public

Kernel::getBundles()

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

ContainerBuilder::getDefinitions()

Definition[] getDefinitions() Gets all service definitions. Return Value Definition[] An array of Definition instances

StreamedResponse::setCallback()

setCallback(callable $callback) Sets the PHP callback associated with this Response. Parameters callable $callback A valid PHP callback

Client::setServerParameters()

setServerParameters(array $server) Sets server parameters. Parameters array $server An array of server parameters

DumpListener

class DumpListener implements EventSubscriberInterface Configures dump() handler. Methods __construct(ClonerInterface $cloner, DataDumperInterface $dumper) configure() static array getSubscribedEvents() Returns an array of event names this subscriber wants to listen to. Details __construct(ClonerInterface $cloner, DataDumperInterface $dumper) Parameters ClonerInterface $cloner Cloner service DataDumperInterface $dumper Dumper servi

FlashBag::has()

bool has(string $type) Has flash messages for a given type? Parameters string $type Return Value bool

Store::lock()

bool|string lock(Request $request) Tries to lock the cache for a given Request, without blocking. Parameters Request $request A Request instance Return Value bool|string true if the lock is acquired, the path to the current lock otherwise

FileResource::unserialize()

unserialize($serialized) Parameters $serialized

Request::isMethod()

bool isMethod(string $method) Checks if the request method is of specified type. Parameters string $method Uppercase request method (GET, POST etc) Return Value bool