Search for manager

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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.