Search for manager
- Search 7.x for manager
- Search 9.5.x for manager
- Search 8.9.x for manager
- Search 10.3.x for manager
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
plugin.manager.queue_worker | service | core/ |
Drupal\Core\Queue\QueueWorkerManager |
plugin.manager.rest | service | core/ |
Drupal\rest\Plugin\Type\ResourcePluginManager |
plugin.manager.sdc | service | core/ |
Drupal\Core\Theme\ComponentPluginManager |
plugin.manager.search | service | core/ |
Drupal\search\SearchPluginManager |
plugin.manager.top_bar_item | service | core/ |
Drupal\navigation\TopBarItemManager |
plugin.manager.views.access | service | core/ |
Drupal\views\Plugin\ViewsPluginManager |
plugin.manager.views.area | service | core/ |
Drupal\views\Plugin\ViewsHandlerManager |
plugin.manager.views.argument | service | core/ |
Drupal\views\Plugin\ViewsHandlerManager |
plugin.manager.views.argument_default | service | core/ |
Drupal\views\Plugin\ViewsPluginManager |
plugin.manager.views.argument_validator | service | core/ |
Drupal\views\Plugin\ViewsPluginManager |
plugin.manager.views.cache | service | core/ |
Drupal\views\Plugin\ViewsPluginManager |
plugin.manager.views.display | service | core/ |
Drupal\views\Plugin\ViewsPluginManager |
plugin.manager.views.display_extender | service | core/ |
Drupal\views\Plugin\ViewsPluginManager |
plugin.manager.views.exposed_form | service | core/ |
Drupal\views\Plugin\ViewsPluginManager |
plugin.manager.views.field | service | core/ |
Drupal\views\Plugin\ViewsHandlerManager |
plugin.manager.views.filter | service | core/ |
Drupal\views\Plugin\ViewsHandlerManager |
plugin.manager.views.join | service | core/ |
Drupal\views\Plugin\ViewsHandlerManager |
plugin.manager.views.pager | service | core/ |
Drupal\views\Plugin\ViewsPluginManager |
plugin.manager.views.query | service | core/ |
Drupal\views\Plugin\ViewsPluginManager |
plugin.manager.views.relationship | service | core/ |
Drupal\views\Plugin\ViewsHandlerManager |
plugin.manager.views.row | service | core/ |
Drupal\views\Plugin\ViewsPluginManager |
plugin.manager.views.sort | service | core/ |
Drupal\views\Plugin\ViewsHandlerManager |
plugin.manager.views.style | service | core/ |
Drupal\views\Plugin\ViewsPluginManager |
plugin.manager.views.wizard | service | core/ |
Drupal\views\Plugin\ViewsPluginManager |
plugin.manager.workflows.type | service | core/ |
Drupal\workflows\WorkflowTypeManager |
Plugin::$manager | property | composer/ |
The handler for dependency unpacking. |
PluginExistsConstraint::$manager | property | core/ |
The ID of the plugin manager service. |
PluginFormFactoryTest::$manager | property | core/ |
The manager being tested. |
PluginManager | class | core/ |
Plugin manager for testing the lazy route provider during module install. |
PluginManager.php | file | core/ |
|
PluginManager::__construct | function | core/ |
PluginManager constructor. |
PluginManagerBase | class | core/ |
Base class for plugin managers. |
PluginManagerBase.php | file | core/ |
|
PluginManagerBase::$discovery | property | core/ |
The object that discovers plugins managed by this manager. |
PluginManagerBase::$factory | property | core/ |
The object that instantiates plugins managed by this manager. |
PluginManagerBase::$mapper | property | core/ |
The preconfigured plugin instance for a particular runtime condition. |
PluginManagerBase::createInstance | function | core/ |
Creates a plugin instance based on the provided ID and configuration. |
PluginManagerBase::getDefinition | function | core/ |
Gets a specific plugin definition. |
PluginManagerBase::getDefinitions | function | core/ |
Gets the definition of all plugins for this type. |
PluginManagerBase::getDiscovery | function | core/ |
Gets the plugin discovery. |
PluginManagerBase::getFactory | function | core/ |
Gets the plugin factory. |
PluginManagerBase::getFallbackPluginId | function | core/ |
Gets a fallback id for a missing plugin. |
PluginManagerBase::getInstance | function | core/ |
Gets or creates a plugin instance that satisfies the given options. |
PluginManagerBase::handlePluginNotFound | function | core/ |
Allows plugin managers to specify custom behavior if a plugin is not found. |
PluginManagerBaseTest | class | core/ |
Tests Drupal\Component\Plugin\PluginManagerBase. |
PluginManagerBaseTest.php | file | core/ |
|
PluginManagerBaseTest::createInstanceCallback | function | core/ |
A callback method for mocking FactoryInterface objects. |
PluginManagerBaseTest::getMockFactoryInterface | function | core/ |
Generates a mocked FactoryInterface object with known properties. |
PluginManagerBaseTest::testCreateInstance | function | core/ |
Tests createInstance() with no fallback methods. |
PluginManagerBaseTest::testCreateInstanceFallback | function | core/ |
Tests createInstance() with a fallback method. |
Pagination
- Previous page
- Page 52
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.