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
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
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
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
EntryManagerInterface getEntryManager() Fetches the entry manager instance. Return Value EntryManagerInterface
AdapterInterface setSizes(array $sizes) Parameters array $sizes Return Value AdapterInterface Current instance
ConnectionInterface getConnection() Returns the current connection. Return Value ConnectionInterface
QueryInterface createQuery(string $dn, string $query, array $options = array()) Creates a new Query. Parameters string $dn string $query array $options Return Value QueryInterface
AdapterInterface setPath(array $paths) Parameters array $paths Return Value AdapterInterface Current instance
AdapterInterface setSort(Closure|int $sort) Parameters Closure|int $sort Return Value AdapterInterface Current instance
Page 758 of 787