AddRequestFormatsListener

class AddRequestFormatsListener implements EventSubscriberInterface Adds configured formats to each request. Methods __construct(array $formats) onKernelRequest(GetResponseEvent $event) Adds request formats. static array getSubscribedEvents() Returns an array of event names this subscriber wants to listen to. Details __construct(array $formats) Parameters array $formats onKernelRequest(GetResponseEven

AddCacheClearerPass

class AddCacheClearerPass implements CompilerPassInterface Registers the cache clearers. Methods process(ContainerBuilder $container) You can modify the container here before it is dumped to PHP code. Details process(ContainerBuilder $container) You can modify the container here before it is dumped to PHP code. Parameters ContainerBuilder $container

AddCacheWarmerPass

class AddCacheWarmerPass implements CompilerPassInterface Registers the cache warmers. Methods process(ContainerBuilder $container) You can modify the container here before it is dumped to PHP code. Details process(ContainerBuilder $container) You can modify the container here before it is dumped to PHP code. Parameters ContainerBuilder $container

AddClassesToCachePass

class AddClassesToCachePass implements CompilerPassInterface Sets the classes to compile in the cache for the container. Methods __construct(Kernel $kernel) process(ContainerBuilder $container) You can modify the container here before it is dumped to PHP code. Details __construct(Kernel $kernel) Parameters Kernel $kernel process(ContainerBuilder $container) You can modify the container here bef

AdapterInterface::getEntryManager()

EntryManagerInterface getEntryManager() Fetches the entry manager instance. Return Value EntryManagerInterface

AdapterInterface deprecated::setSizes()

AdapterInterface setSizes(array $sizes) Parameters array $sizes Return Value AdapterInterface Current instance

AdapterInterface::getConnection()

ConnectionInterface getConnection() Returns the current connection. Return Value ConnectionInterface

AdapterInterface::createQuery()

QueryInterface createQuery(string $dn, string $query, array $options = array()) Creates a new Query. Parameters string $dn string $query array $options Return Value QueryInterface

AdapterInterface deprecated::setPath()

AdapterInterface setPath(array $paths) Parameters array $paths Return Value AdapterInterface Current instance

AdapterInterface deprecated::setSort()

AdapterInterface setSort(Closure|int $sort) Parameters Closure|int $sort Return Value AdapterInterface Current instance