Search for plugins

  1. Search 7.x for plugins
  2. Search 9.5.x for plugins
  3. Search 8.9.x for plugins
  4. Search 11.x for plugins
  5. Other projects
Title Object type File name Summary
action_migration_plugins_alter function core/modules/action/action.module Implements hook_migration_plugins_alter().
AdminUiTest::testPluginSettingsFormSection function core/modules/ckeditor5/tests/src/FunctionalJavascript/AdminUiTest.php Tests the plugin settings form section.
book_migration_plugins_alter function core/modules/book/book.module Implements hook_migration_plugins_alter().
CKEditor4To5UpgradePluginInterface::computeCKEditor5PluginSubsetConfiguration function core/modules/ckeditor5/src/Plugin/CKEditor4To5UpgradePluginInterface.php Computes elements subset configuration for CKEditor 5 plugin.
CKEditor4To5UpgradePluginManager::$cke4PluginSettingsMap property core/modules/ckeditor5/src/Plugin/CKEditor4To5UpgradePluginManager.php A map of CKEditor 4 plugins with settings to an upgrade plugin ID.
CKEditor4To5UpgradePluginManager::computeCKEditor5PluginSubsetConfiguration function core/modules/ckeditor5/src/Plugin/CKEditor4To5UpgradePluginManager.php Computes elements subset configuration for CKEditor 5 plugin.
CKEditor5::$plugins property core/modules/ckeditor5/src/Plugin/Editor/CKEditor5.php The set of configured CKEditor 5 plugins.
CKEditor5::injectPluginSettingsForm function core/modules/ckeditor5/src/Plugin/Editor/CKEditor5.php Injects the CKEditor plugins settings forms as a vertical tabs subform.
CKEditor5::shouldHaveVisiblePluginSettingsForm function core/modules/ckeditor5/src/Plugin/Editor/CKEditor5.php Determines whether the plugin settings form should be visible.
CKEditor5AspectsOfCKEditor5Plugin::$plugins property core/modules/ckeditor5/src/Annotation/CKEditor5AspectsOfCKEditor5Plugin.php The CKEditor 5 plugin classes provided.
CKEditor5PluginDefinition::getCKEditor5Plugins function core/modules/ckeditor5/src/Plugin/CKEditor5PluginDefinition.php Gets the list of CKEditor 5 plugin classes this plugin needs to load.
CKEditor5PluginDefinition::hasCKEditor5Plugins function core/modules/ckeditor5/src/Plugin/CKEditor5PluginDefinition.php Whether this plugin loads CKEditor 5 plugin classes.
CKEditor5PluginManager::findPluginSupportingElement function core/modules/ckeditor5/src/Plugin/CKEditor5PluginManager.php Searches for CKEditor 5 plugin that supports a given tag.
CKEditor5PluginManagerInterface::findPluginSupportingElement function core/modules/ckeditor5/src/Plugin/CKEditor5PluginManagerInterface.php Searches for CKEditor 5 plugin that supports a given tag.
CKEditor5PluginManagerTest::providerTestPluginSupportingElement function core/modules/ckeditor5/tests/src/Kernel/CKEditor5PluginManagerTest.php Provides use cases for findPluginSupportingElement().
CKEditor5PluginManagerTest::testEnabledPlugins function core/modules/ckeditor5/tests/src/Kernel/CKEditor5PluginManagerTest.php Tests the enabling of plugins.
CKEditor5PluginManagerTest::testPluginSupportingElement function core/modules/ckeditor5/tests/src/Kernel/CKEditor5PluginManagerTest.php Tests the logic of findPluginSupportingElement.
CKEditor5UpdatePluginSettingsSortTest class core/modules/ckeditor5/tests/src/Functional/Update/CKEditor5UpdatePluginSettingsSortTest.php @covers ckeditor5_post_update_plugins_settings_export_order[[api-linebreak]]
@group Update
@group ckeditor5
CKEditor5UpdatePluginSettingsSortTest.php file core/modules/ckeditor5/tests/src/Functional/Update/CKEditor5UpdatePluginSettingsSortTest.php
CKEditor5UpdatePluginSettingsSortTest::$defaultTheme property core/modules/ckeditor5/tests/src/Functional/Update/CKEditor5UpdatePluginSettingsSortTest.php The theme to install as the default for testing.
CKEditor5UpdatePluginSettingsSortTest::setDatabaseDumpFiles function core/modules/ckeditor5/tests/src/Functional/Update/CKEditor5UpdatePluginSettingsSortTest.php Set database dump files to be used.
CKEditor5UpdatePluginSettingsSortTest::testUpdatePluginSettingsSortEntitySave function core/modules/ckeditor5/tests/src/Functional/Update/CKEditor5UpdatePluginSettingsSortTest.php Ensure settings for CKEditor 5 plugins are sorted by plugin key.
CKEditor5UpdatePluginSettingsSortTest::testUpdatePluginSettingsSortPostUpdate function core/modules/ckeditor5/tests/src/Functional/Update/CKEditor5UpdatePluginSettingsSortTest.php Ensure settings for CKEditor 5 plugins are sorted by plugin key.
ckeditor5_post_update_plugins_settings_export_order function core/modules/ckeditor5/ckeditor5.post_update.php Updates Text Editors using CKEditor 5 to sort plugin settings by plugin key.
ContextualLinkManager::$pluginsByGroup property core/lib/Drupal/Core/Menu/ContextualLinkManager.php A static cache of all the contextual link plugins by group name.
ContextualLinkManager::getContextualLinkPluginsByGroup function core/lib/Drupal/Core/Menu/ContextualLinkManager.php Gets the contextual link plugins by contextual link group.
ContextualLinkManagerInterface::getContextualLinkPluginsByGroup function core/lib/Drupal/Core/Menu/ContextualLinkManagerInterface.php Gets the contextual link plugins by contextual link group.
ContextualLinkManagerTest::testGetContextualLinkPluginsByGroup function core/tests/Drupal/Tests/Core/Menu/ContextualLinkManagerTest.php Tests the getContextualLinkPluginsByGroup method.
ContextualLinkManagerTest::testGetContextualLinkPluginsByGroupWithCache function core/tests/Drupal/Tests/Core/Menu/ContextualLinkManagerTest.php Tests the getContextualLinkPluginsByGroup method with a prefilled cache.
Contrib::computeCKEditor5PluginSubsetConfiguration function core/modules/ckeditor5/src/Plugin/CKEditor4To5Upgrade/Contrib.php Computes elements subset configuration for CKEditor 5 plugin.
Core::computeCKEditor5PluginSubsetConfiguration function core/modules/ckeditor5/src/Plugin/CKEditor4To5Upgrade/Core.php Computes elements subset configuration for CKEditor 5 plugin.
DisplayPluginBase::$plugins property core/modules/views/src/Plugin/views/display/DisplayPluginBase.php An array of instantiated plugins used in this display.
DisplayPluginBase::getAllPlugins function core/modules/views/src/Plugin/views/display/DisplayPluginBase.php Gets all the plugins used by the display.
DisplayTest::testDisplayPluginsAlter function core/modules/views_ui/tests/src/Functional/DisplayTest.php Tests views_ui_views_plugins_display_alter is altering plugin definitions.
DisplayTest::testInvalidDisplayPlugins function core/modules/views/tests/src/Functional/Plugin/DisplayTest.php Tests invalid display plugins.
EnabledConfigurablePluginsConstraint class core/modules/ckeditor5/src/Plugin/Validation/Constraint/EnabledConfigurablePluginsConstraint.php The CKEditor 5 plugin settings.
EnabledConfigurablePluginsConstraint.php file core/modules/ckeditor5/src/Plugin/Validation/Constraint/EnabledConfigurablePluginsConstraint.php
EnabledConfigurablePluginsConstraint::$message property core/modules/ckeditor5/src/Plugin/Validation/Constraint/EnabledConfigurablePluginsConstraint.php The default violation message.
EnabledConfigurablePluginsConstraintValidator class core/modules/ckeditor5/src/Plugin/Validation/Constraint/EnabledConfigurablePluginsConstraintValidator.php Enabled configurable plugin settings validator.
EnabledConfigurablePluginsConstraintValidator.php file core/modules/ckeditor5/src/Plugin/Validation/Constraint/EnabledConfigurablePluginsConstraintValidator.php
EnabledConfigurablePluginsConstraintValidator::getConfigurableEnabledDefinitions function core/modules/ckeditor5/src/Plugin/Validation/Constraint/EnabledConfigurablePluginsConstraintValidator.php Gets all configurable CKEditor 5 plugin definitions that are enabled.
EnabledConfigurablePluginsConstraintValidator::validate function core/modules/ckeditor5/src/Plugin/Validation/Constraint/EnabledConfigurablePluginsConstraintValidator.php
EntityDisplayBase::$plugins property core/lib/Drupal/Core/Entity/EntityDisplayBase.php The plugin objects used for this display, keyed by field name.
field_plugins_test.field_type_categories.yml file core/modules/field/tests/modules/field_plugins_test/field_plugins_test.field_type_categories.yml core/modules/field/tests/modules/field_plugins_test/field_plugins_test.field_type_categories.yml
field_plugins_test.info.yml file core/modules/field/tests/modules/field_plugins_test/field_plugins_test.info.yml core/modules/field/tests/modules/field_plugins_test/field_plugins_test.info.yml
field_plugins_test.schema.yml file core/modules/field/tests/modules/field_plugins_test/config/schema/field_plugins_test.schema.yml core/modules/field/tests/modules/field_plugins_test/config/schema/field_plugins_test.schema.yml
FilterUninstallValidatorTest::testValidateNoPlugins function core/modules/filter/tests/src/Unit/FilterUninstallValidatorTest.php @covers ::validate[[api-linebreak]]
forum_migration_plugins_alter function core/modules/forum/forum.module Implements hook_migration_plugins_alter().
FundamentalCompatibilityConstraintValidator::FUNDAMENTAL_CKEDITOR5_PLUGINS constant core/modules/ckeditor5/src/Plugin/Validation/Constraint/FundamentalCompatibilityConstraintValidator.php The fundamental CKEditor 5 plugins without which it cannot function.
GetTest::testPluginSyntax function core/modules/migrate/tests/src/Unit/process/GetTest.php Tests the Get plugin for syntax errors by creating a prophecy of the class.

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