AddConsoleCommandPass

class AddConsoleCommandPass implements CompilerPassInterface AddConsoleCommandPass. 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

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

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

AdapterInterface::getEntryManager()

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

AdapterInterface::getConnection()

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

AdapterInterface::escape()

string escape(string $subject, string $ignore = '', int $flags) Escape a string for use in an LDAP filter or DN. Parameters string $subject string $ignore int $flags Return Value string

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::setSort()

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

AdapterInterface deprecated::setSizes()

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