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
CategorizingPluginManagerTrait::getCategories function core/lib/Drupal/Core/Plugin/CategorizingPluginManagerTrait.php
CategorizingPluginManagerTrait::getDefinitions function core/lib/Drupal/Core/Plugin/CategorizingPluginManagerTrait.php
CategorizingPluginManagerTrait::getGroupedDefinitions function core/lib/Drupal/Core/Plugin/CategorizingPluginManagerTrait.php
CategorizingPluginManagerTrait::getModuleExtensionList function core/lib/Drupal/Core/Plugin/CategorizingPluginManagerTrait.php Returns the module extension list used.
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 Tests Drupal\Core\Plugin\CategorizingPluginManagerTrait.
CategorizingPluginManagerTraitTest.php file core/tests/Drupal/Tests/Core/Plugin/CategorizingPluginManagerTraitTest.php
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 Tests get categories.
CategorizingPluginManagerTraitTest::testGetGroupedDefinitions function core/tests/Drupal/Tests/Core/Plugin/CategorizingPluginManagerTraitTest.php Tests get grouped definitions.
CategorizingPluginManagerTraitTest::testGetSortedDefinitions function core/tests/Drupal/Tests/Core/Plugin/CategorizingPluginManagerTraitTest.php Tests get sorted definitions.
CategorizingPluginManagerTraitTest::testProcessDefinitionCategory function core/tests/Drupal/Tests/Core/Plugin/CategorizingPluginManagerTraitTest.php Tests process definition category.
CategoryAutocompleteController::$blockManager property core/modules/block/src/Controller/CategoryAutocompleteController.php The block manager.
ChildSandboxManager class core/modules/package_manager/tests/src/Unit/SandboxManagerBaseTest.php Test class for testing the child stage.
ChildSandboxManager::$type property core/modules/package_manager/tests/src/Unit/SandboxManagerBaseTest.php The stage type.
ChildSandboxManager::__construct function core/modules/package_manager/tests/src/Unit/SandboxManagerBaseTest.php
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.
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 Searches for CKEditor 5 plugin that supports a given tag.
CKEditor5PluginManager::getAdminLibraries function core/modules/ckeditor5/src/Plugin/CKEditor5PluginManager.php Gets a list of all admin library names.
CKEditor5PluginManager::getCKEditor5PluginConfig function core/modules/ckeditor5/src/Plugin/CKEditor5PluginManager.php Gets the configuration for the CKEditor 5 plugins enabled in this editor.
CKEditor5PluginManager::getDiscovery function core/modules/ckeditor5/src/Plugin/CKEditor5PluginManager.php Gets the plugin discovery.
CKEditor5PluginManager::getEnabledDefinitions function core/modules/ckeditor5/src/Plugin/CKEditor5PluginManager.php Filter list of definitions by enabled plugins only.
CKEditor5PluginManager::getEnabledLibraries function core/modules/ckeditor5/src/Plugin/CKEditor5PluginManager.php Gets a list of libraries required for the editor.
CKEditor5PluginManager::getPlugin function core/modules/ckeditor5/src/Plugin/CKEditor5PluginManager.php Returns a CKEditor 5 plugin with configuration from the editor.
CKEditor5PluginManager::getPluginConfiguration function core/modules/ckeditor5/src/Plugin/CKEditor5PluginManager.php Gets the plugin configuration (if any) from a text editor config entity.
CKEditor5PluginManager::getProvidedElements function core/modules/ckeditor5/src/Plugin/CKEditor5PluginManager.php Gets all supported elements for the given plugins and text editor.
CKEditor5PluginManager::getToolbarItems function core/modules/ckeditor5/src/Plugin/CKEditor5PluginManager.php Gets a list of all toolbar items.
CKEditor5PluginManager::isPluginDisabled function core/modules/ckeditor5/src/Plugin/CKEditor5PluginManager.php Checks whether a plugin must be disabled due to unmet conditions.
CKEditor5PluginManager::mergeDefinitionValues function core/modules/ckeditor5/src/Plugin/CKEditor5PluginManager.php Returns array of merged values for the given plugin definitions.
CKEditor5PluginManager::processDefinition function core/modules/ckeditor5/src/Plugin/CKEditor5PluginManager.php Performs extra processing on plugin definitions.
CKEditor5PluginManager::__construct function core/modules/ckeditor5/src/Plugin/CKEditor5PluginManager.php Constructs a CKEditor5PluginManager object.
CKEditor5PluginManagerInterface interface core/modules/ckeditor5/src/Plugin/CKEditor5PluginManagerInterface.php Provides the interface for a plugin manager of CKEditor 5 plugins.
CKEditor5PluginManagerInterface.php file core/modules/ckeditor5/src/Plugin/CKEditor5PluginManagerInterface.php
CKEditor5PluginManagerInterface::findPluginSupportingElement function core/modules/ckeditor5/src/Plugin/CKEditor5PluginManagerInterface.php Searches for CKEditor 5 plugin that supports a given tag.
CKEditor5PluginManagerInterface::getAdminLibraries function core/modules/ckeditor5/src/Plugin/CKEditor5PluginManagerInterface.php Gets a list of all admin library names.
CKEditor5PluginManagerInterface::getCKEditor5PluginConfig function core/modules/ckeditor5/src/Plugin/CKEditor5PluginManagerInterface.php Gets the configuration for the CKEditor 5 plugins enabled in this editor.
CKEditor5PluginManagerInterface::getEnabledDefinitions function core/modules/ckeditor5/src/Plugin/CKEditor5PluginManagerInterface.php Filter list of definitions by enabled plugins only.
CKEditor5PluginManagerInterface::getEnabledLibraries function core/modules/ckeditor5/src/Plugin/CKEditor5PluginManagerInterface.php Gets a list of libraries required for the editor.

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