Search for manager

  1. Search 7.x for manager
  2. Search 8.9.x for manager
  3. Search 10.3.x for manager
  4. Search 11.x for manager
  5. Other projects
Title Object type File name Summary
CategorizingPluginManager::processDefinition function core/tests/Drupal/Tests/Core/Plugin/CategorizingPluginManagerTraitTest.php Performs extra processing on plugin definitions.
CategorizingPluginManager::__construct function core/tests/Drupal/Tests/Core/Plugin/CategorizingPluginManagerTraitTest.php Replace the constructor so we can instantiate a stub.
CategorizingPluginManagerInterface interface core/lib/Drupal/Component/Plugin/CategorizingPluginManagerInterface.php Defines an interface for plugin managers that categorize plugin definitions.
CategorizingPluginManagerInterface.php file core/lib/Drupal/Component/Plugin/CategorizingPluginManagerInterface.php
CategorizingPluginManagerInterface::getCategories function core/lib/Drupal/Component/Plugin/CategorizingPluginManagerInterface.php Gets the names of all categories.
CategorizingPluginManagerInterface::getGroupedDefinitions function core/lib/Drupal/Component/Plugin/CategorizingPluginManagerInterface.php Gets sorted plugin definitions grouped by category.
CategorizingPluginManagerInterface::getSortedDefinitions function core/lib/Drupal/Component/Plugin/CategorizingPluginManagerInterface.php Gets sorted plugin definitions.
CategorizingPluginManagerTrait trait core/lib/Drupal/Core/Plugin/CategorizingPluginManagerTrait.php Provides a trait for the CategorizingPluginManagerInterface.
CategorizingPluginManagerTrait.php file core/lib/Drupal/Core/Plugin/CategorizingPluginManagerTrait.php
CategorizingPluginManagerTrait::getCategories function core/lib/Drupal/Core/Plugin/CategorizingPluginManagerTrait.php
CategorizingPluginManagerTrait::getGroupedDefinitions function core/lib/Drupal/Core/Plugin/CategorizingPluginManagerTrait.php
CategorizingPluginManagerTrait::getModuleHandler function core/lib/Drupal/Core/Plugin/CategorizingPluginManagerTrait.php Returns the module handler used.
CategorizingPluginManagerTrait::getProviderName function core/lib/Drupal/Core/Plugin/CategorizingPluginManagerTrait.php Gets the name of a provider.
CategorizingPluginManagerTrait::getSortedDefinitions function core/lib/Drupal/Core/Plugin/CategorizingPluginManagerTrait.php
CategorizingPluginManagerTrait::processDefinitionCategory function core/lib/Drupal/Core/Plugin/CategorizingPluginManagerTrait.php Processes a plugin definition to ensure there is a category.
CategorizingPluginManagerTraitTest class core/tests/Drupal/Tests/Core/Plugin/CategorizingPluginManagerTraitTest.php @coversDefaultClass \Drupal\Core\Plugin\CategorizingPluginManagerTrait[[api-linebreak]]
@group Plugin
CategorizingPluginManagerTraitTest.php file core/tests/Drupal/Tests/Core/Plugin/CategorizingPluginManagerTraitTest.php Contains \Drupal\Tests\Core\Plugin\CategorizingPluginManagerTraitTest.
CategorizingPluginManagerTraitTest::$pluginManager property core/tests/Drupal/Tests/Core/Plugin/CategorizingPluginManagerTraitTest.php The plugin manager to test.
CategorizingPluginManagerTraitTest::setUp function core/tests/Drupal/Tests/Core/Plugin/CategorizingPluginManagerTraitTest.php
CategorizingPluginManagerTraitTest::testGetCategories function core/tests/Drupal/Tests/Core/Plugin/CategorizingPluginManagerTraitTest.php @covers ::getCategories[[api-linebreak]]
CategorizingPluginManagerTraitTest::testGetGroupedDefinitions function core/tests/Drupal/Tests/Core/Plugin/CategorizingPluginManagerTraitTest.php @covers ::getGroupedDefinitions[[api-linebreak]]
CategorizingPluginManagerTraitTest::testGetSortedDefinitions function core/tests/Drupal/Tests/Core/Plugin/CategorizingPluginManagerTraitTest.php @covers ::getSortedDefinitions[[api-linebreak]]
CategorizingPluginManagerTraitTest::testProcessDefinitionCategory function core/tests/Drupal/Tests/Core/Plugin/CategorizingPluginManagerTraitTest.php @covers ::processDefinitionCategory[[api-linebreak]]
CategoryAutocompleteController::$blockManager property core/modules/block/src/Controller/CategoryAutocompleteController.php The block manager.
ChooseBlockController::$blockManager property core/modules/layout_builder/src/Controller/ChooseBlockController.php The block manager.
ChooseBlockController::$entityTypeManager property core/modules/layout_builder/src/Controller/ChooseBlockController.php The entity type manager.
ChooseSectionController::$layoutManager property core/modules/layout_builder/src/Controller/ChooseSectionController.php The layout manager.
CKEditor4to5UpgradeCompletenessTest::$cke4PluginManager property core/modules/ckeditor5/tests/src/Kernel/CKEditor4to5UpgradeCompletenessTest.php The "CKEditor 4 plugin" plugin manager.
CKEditor4to5UpgradeCompletenessTest::$cke5PluginManager property core/modules/ckeditor5/tests/src/Kernel/CKEditor4to5UpgradeCompletenessTest.php The "CKEditor 5 plugin" plugin manager.
CKEditor4to5UpgradeCompletenessTest::$upgradePluginManager property core/modules/ckeditor5/tests/src/Kernel/CKEditor4to5UpgradeCompletenessTest.php The CKEditor 4 to 5 upgrade plugin manager.
CKEditor4To5UpgradePluginManager class core/modules/ckeditor5/src/Plugin/CKEditor4To5UpgradePluginManager.php Provides a CKEditor 4 to 5 upgrade plugin manager.
CKEditor4To5UpgradePluginManager.php file core/modules/ckeditor5/src/Plugin/CKEditor4To5UpgradePluginManager.php
CKEditor4To5UpgradePluginManager::$cke4ButtonsMap property core/modules/ckeditor5/src/Plugin/CKEditor4To5UpgradePluginManager.php A map of CKEditor 4 buttons to an upgrade plugin ID.
CKEditor4To5UpgradePluginManager::$cke4PluginSettingsMap property core/modules/ckeditor5/src/Plugin/CKEditor4To5UpgradePluginManager.php A map of CKEditor 4 plugins with settings to an upgrade plugin ID.
CKEditor4To5UpgradePluginManager::$cke5SubsetConfigurationMap property core/modules/ckeditor5/src/Plugin/CKEditor4To5UpgradePluginManager.php A map of CKEditor 5 plugins with configurable subset to upgrade plugin ID.
CKEditor4To5UpgradePluginManager::computeCKEditor5PluginSubsetConfiguration function core/modules/ckeditor5/src/Plugin/CKEditor4To5UpgradePluginManager.php Computes elements subset configuration for CKEditor 5 plugin.
CKEditor4To5UpgradePluginManager::mapCKEditor4SettingsToCKEditor5Configuration function core/modules/ckeditor5/src/Plugin/CKEditor4To5UpgradePluginManager.php Maps CKEditor 4 settings to the CKEditor 5 equivalent, if needed.
CKEditor4To5UpgradePluginManager::mapCKEditor4ToolbarButtonToCKEditor5ToolbarItem function core/modules/ckeditor5/src/Plugin/CKEditor4To5UpgradePluginManager.php Maps a CKEditor 4 button to the CKEditor 5 equivalent, if it exists.
CKEditor4To5UpgradePluginManager::validateAndBuildMaps function core/modules/ckeditor5/src/Plugin/CKEditor4To5UpgradePluginManager.php Validates plugin definitions: avoids conflicts. Builds maps for later use.
CKEditor4To5UpgradePluginManager::__construct function core/modules/ckeditor5/src/Plugin/CKEditor4To5UpgradePluginManager.php Constructs a CKEditor4To5UpgradePluginManager object.
CKEditor5::$ckeditor5PluginManager property core/modules/ckeditor5/src/Plugin/Editor/CKEditor5.php The CKEditor plugin manager.
CKEditor5::$languageManager property core/modules/ckeditor5/src/Plugin/Editor/CKEditor5.php The language manager.
CKEditor5MediaAndFilterSettingsInSyncConstraintValidator::$filterPluginManager property core/modules/ckeditor5/src/Plugin/Validation/Constraint/CKEditor5MediaAndFilterSettingsInSyncConstraintValidator.php The filter plugin manager service.
CKEditor5MediaAndFilterSettingsInSyncConstraintValidator::$typedConfigManager property core/modules/ckeditor5/src/Plugin/Validation/Constraint/CKEditor5MediaAndFilterSettingsInSyncConstraintValidator.php The typed config manager service.
CKEditor5PluginManager class core/modules/ckeditor5/src/Plugin/CKEditor5PluginManager.php Provides a CKEditor 5 plugin manager.
CKEditor5PluginManager.php file core/modules/ckeditor5/src/Plugin/CKEditor5PluginManager.php
CKEditor5PluginManager::findPluginSupportingElement function core/modules/ckeditor5/src/Plugin/CKEditor5PluginManager.php
CKEditor5PluginManager::getAdminLibraries function core/modules/ckeditor5/src/Plugin/CKEditor5PluginManager.php
CKEditor5PluginManager::getCKEditor5PluginConfig function core/modules/ckeditor5/src/Plugin/CKEditor5PluginManager.php
CKEditor5PluginManager::getDiscovery function core/modules/ckeditor5/src/Plugin/CKEditor5PluginManager.php

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