Search for pluginManager

  1. Search 7.x for pluginManager
  2. Search 9.5.x for pluginManager
  3. Search 8.9.x for pluginManager
  4. Search 11.x for pluginManager
  5. Other projects
Title Object type File name Summary
ComponentPluginManager class core/lib/Drupal/Core/Theme/ComponentPluginManager.php Defines a plugin manager to deal with components.
ComponentPluginManager.php file core/lib/Drupal/Core/Theme/ComponentPluginManager.php
ComponentPluginManager::$defaults property core/lib/Drupal/Core/Theme/ComponentPluginManager.php A set of defaults to be referenced by $this->processDefinition().
ComponentPluginManager::alterDefinition function core/lib/Drupal/Core/Theme/ComponentPluginManager.php Alters the plugin definition with computed properties.
ComponentPluginManager::alterDefinitions function core/lib/Drupal/Core/Theme/ComponentPluginManager.php Invokes the hook to alter the definitions if the alter hook is set.
ComponentPluginManager::clearCachedDefinitions function core/lib/Drupal/Core/Theme/ComponentPluginManager.php Clears static and persistent plugin definition caches.
ComponentPluginManager::createInstance function core/lib/Drupal/Core/Theme/ComponentPluginManager.php Creates an instance.
ComponentPluginManager::find function core/lib/Drupal/Core/Theme/ComponentPluginManager.php Gets a component for rendering.
ComponentPluginManager::findAsset function core/lib/Drupal/Core/Theme/ComponentPluginManager.php Finds assets related to the provided metadata file.
ComponentPluginManager::getAllComponents function core/lib/Drupal/Core/Theme/ComponentPluginManager.php Gets all components.
ComponentPluginManager::getDiscovery function core/lib/Drupal/Core/Theme/ComponentPluginManager.php Gets the plugin discovery.
ComponentPluginManager::getScanDirectories function core/lib/Drupal/Core/Theme/ComponentPluginManager.php Get the list of directories to scan.
ComponentPluginManager::isValidDefinition function core/lib/Drupal/Core/Theme/ComponentPluginManager.php Validates the metadata info.
ComponentPluginManager::libraryFromDefinition function core/lib/Drupal/Core/Theme/ComponentPluginManager.php Creates the library declaration array from a component definition.
ComponentPluginManager::makePathRelativeToLibraryRoot function core/lib/Drupal/Core/Theme/ComponentPluginManager.php Takes a path and makes it relative to the library provider.
ComponentPluginManager::providerExists function core/lib/Drupal/Core/Theme/ComponentPluginManager.php Determines if the provider of a definition exists.
ComponentPluginManager::shouldEnforceSchemas function core/lib/Drupal/Core/Theme/ComponentPluginManager.php Assess whether schemas are mandatory for props.
ComponentPluginManager::translateLibraryPaths function core/lib/Drupal/Core/Theme/ComponentPluginManager.php Changes the library paths, so they can be used by the library system.
ComponentPluginManager::__construct function core/lib/Drupal/Core/Theme/ComponentPluginManager.php Constructs ComponentPluginManager object.
DefaultPluginManagerTest class core/tests/Drupal/KernelTests/Core/Plugin/DefaultPluginManagerTest.php Tests the default plugin manager.
DefaultPluginManagerTest.php file core/tests/Drupal/KernelTests/Core/Plugin/DefaultPluginManagerTest.php
DefaultPluginManagerTest::$modules property core/tests/Drupal/KernelTests/Core/Plugin/DefaultPluginManagerTest.php Modules to install.
DefaultPluginManagerTest::testDefaultPluginManager function core/tests/Drupal/KernelTests/Core/Plugin/DefaultPluginManagerTest.php Tests annotations and attributes on the default plugin manager.
FieldTypePluginManagerTest class core/tests/Drupal/Tests/Core/Field/FieldTypePluginManagerTest.php @coversDefaultClass \Drupal\Core\Field\FieldTypePluginManager[[api-linebreak]]
@group Field
FieldTypePluginManagerTest.php file core/tests/Drupal/Tests/Core/Field/FieldTypePluginManagerTest.php
FieldTypePluginManagerTest::$discovery property core/tests/Drupal/Tests/Core/Field/FieldTypePluginManagerTest.php A mocked plugin discovery.
FieldTypePluginManagerTest::$fieldTypeCategoryManager property core/tests/Drupal/Tests/Core/Field/FieldTypePluginManagerTest.php A mocked module handler.
FieldTypePluginManagerTest::$fieldTypeManager property core/tests/Drupal/Tests/Core/Field/FieldTypePluginManagerTest.php The field type plugin manager.
FieldTypePluginManagerTest::$moduleHandler property core/tests/Drupal/Tests/Core/Field/FieldTypePluginManagerTest.php A mocked module handler.
FieldTypePluginManagerTest::setUp function core/tests/Drupal/Tests/Core/Field/FieldTypePluginManagerTest.php
FieldTypePluginManagerTest::testGetGroupedDefinitions function core/tests/Drupal/Tests/Core/Field/FieldTypePluginManagerTest.php @covers ::getGroupedDefinitions[[api-linebreak]]
FieldTypePluginManagerTest::testGetGroupedDefinitionsEmpty function core/tests/Drupal/Tests/Core/Field/FieldTypePluginManagerTest.php @covers ::getGroupedDefinitions[[api-linebreak]]
FieldTypePluginManagerTest::testGetGroupedDefinitionsInvalid function core/tests/Drupal/Tests/Core/Field/FieldTypePluginManagerTest.php @covers ::getGroupedDefinitions[[api-linebreak]]
HelpTopicPluginManager class core/modules/help/src/HelpTopicPluginManager.php Provides the default help_topic manager.
HelpTopicPluginManager.php file core/modules/help/src/HelpTopicPluginManager.php
HelpTopicPluginManager::$defaults property core/modules/help/src/HelpTopicPluginManager.php Provides default values for all help topic plugins.
HelpTopicPluginManager::findDefinitions function core/modules/help/src/HelpTopicPluginManager.php Finds plugin definitions.
HelpTopicPluginManager::getDiscovery function core/modules/help/src/HelpTopicPluginManager.php Gets the plugin discovery.
HelpTopicPluginManager::providerExists function core/modules/help/src/HelpTopicPluginManager.php Determines if the provider of a definition exists.
HelpTopicPluginManager::__construct function core/modules/help/src/HelpTopicPluginManager.php Constructs a new HelpTopicManager object.
HelpTopicPluginManagerInterface interface core/modules/help/src/HelpTopicPluginManagerInterface.php Defines an interface for managing help topics and storing their definitions.
HelpTopicPluginManagerInterface.php file core/modules/help/src/HelpTopicPluginManagerInterface.php
LayoutPluginManagerTest class core/tests/Drupal/KernelTests/Core/Layout/LayoutPluginManagerTest.php @coversDefaultClass \Drupal\Core\Layout\LayoutPluginManager[[api-linebreak]]
@group Layout
LayoutPluginManagerTest.php file core/tests/Drupal/KernelTests/Core/Layout/LayoutPluginManagerTest.php
LayoutPluginManagerTest::$modules property core/tests/Drupal/KernelTests/Core/Layout/LayoutPluginManagerTest.php Modules to install.
LayoutPluginManagerTest::activateTheme function core/tests/Drupal/KernelTests/Core/Layout/LayoutPluginManagerTest.php Activates a specified theme.
LayoutPluginManagerTest::setUp function core/tests/Drupal/KernelTests/Core/Layout/LayoutPluginManagerTest.php
LayoutPluginManagerTest::testPluginOverride function core/tests/Drupal/KernelTests/Core/Layout/LayoutPluginManagerTest.php Tests that layout plugins are correctly overridden.
MigrateMissingDatabaseTest::$migrationPluginManager property core/modules/migrate_drupal/tests/src/Kernel/MigrateMissingDatabaseTest.php The migration plugin manager.
MigrateMissingDatabaseTest::$migrationPluginManager property core/modules/migrate/tests/src/Kernel/MigrateMissingDatabaseTest.php The migration plugin manager.

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