PluginManagerLookupTrait
Table of Contents
- lookupStorageAdapterPluginManager() : AdapterPluginManager
- Lookup the storage adapter plugin manager.
- lookupStoragePluginManager() : PluginManager
- Lookup the storage plugins plugin manager.
- prepareStorageFactory() : void
- Prepare the storage factory with the adapter and plugins plugin managers.
Methods
lookupStorageAdapterPluginManager()
Lookup the storage adapter plugin manager.
private
lookupStorageAdapterPluginManager(ContainerInterface $container) : AdapterPluginManager
Returns the Zend\Cache\Storage\AdapterPluginManager service if present, or creates a new instance otherwise.
Parameters
- $container : ContainerInterface
Return values
AdapterPluginManager —lookupStoragePluginManager()
Lookup the storage plugins plugin manager.
private
lookupStoragePluginManager(ContainerInterface $container) : PluginManager
Returns the Zend\Cache\Storage\PluginManager service if present, or creates a new instance otherwise.
Parameters
- $container : ContainerInterface
Return values
PluginManager —prepareStorageFactory()
Prepare the storage factory with the adapter and plugins plugin managers.
private
prepareStorageFactory(ContainerInterface $container) : void
Parameters
- $container : ContainerInterface