Search for plugins

  1. Search 7.x for plugins
  2. Search 8.9.x for plugins
  3. Search 10.3.x for plugins
  4. Search 11.x for plugins
  5. Other projects
Title Object type File name Summary
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.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]]
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.
HelpTopicSection::$topLevelPlugins property core/modules/help_topics/src/Plugin/HelpSection/HelpTopicSection.php The top level help topic plugins.
HelpTopicSection::getPlugins function core/modules/help_topics/src/Plugin/HelpSection/HelpTopicSection.php Gets the top level help topic plugins.
HookDiscoveryTest::testGetDefinitionsWithoutPlugins function core/tests/Drupal/Tests/Core/Plugin/Discovery/HookDiscoveryTest.php Tests the getDefinitions() method without any plugins.
hook_contextual_links_plugins_alter function core/lib/Drupal/Core/Menu/menu.api.php Alter the plugin definition of contextual links.
hook_migration_plugins_alter function core/modules/migrate/migrate.api.php Allows altering the list of discovered migration plugins.
hook_views_plugins_access_alter function core/modules/views/views.api.php Modify the list of available views access plugins.
hook_views_plugins_area_alter function core/modules/views/views.api.php Modify the list of available views area handler plugins.
hook_views_plugins_argument_alter function core/modules/views/views.api.php Modify the list of available views argument handler plugins.
hook_views_plugins_argument_default_alter function core/modules/views/views.api.php Modify the list of available views default argument plugins.
hook_views_plugins_argument_validator_alter function core/modules/views/views.api.php Modify the list of available views argument validation plugins.
hook_views_plugins_cache_alter function core/modules/views/views.api.php Modify the list of available views cache plugins.
hook_views_plugins_display_alter function core/modules/views/views.api.php Modify the list of available views display plugins.
hook_views_plugins_display_extenders_alter function core/modules/views/views.api.php Modify the list of available views display extender plugins.
hook_views_plugins_exposed_form_alter function core/modules/views/views.api.php Modify the list of available views exposed form plugins.
hook_views_plugins_field_alter function core/modules/views/views.api.php Modify the list of available views field handler plugins.
hook_views_plugins_filter_alter function core/modules/views/views.api.php Modify the list of available views filter handler plugins.
hook_views_plugins_join_alter function core/modules/views/views.api.php Modify the list of available views join plugins.
hook_views_plugins_pager_alter function core/modules/views/views.api.php Modify the list of available views pager plugins.
hook_views_plugins_query_alter function core/modules/views/views.api.php Modify the list of available views query plugins.
hook_views_plugins_relationship_alter function core/modules/views/views.api.php Modify the list of available views relationship handler plugins.
hook_views_plugins_row_alter function core/modules/views/views.api.php Modify the list of available views row plugins.
hook_views_plugins_sort_alter function core/modules/views/views.api.php Modify the list of available views sort handler plugins.
hook_views_plugins_style_alter function core/modules/views/views.api.php Modify the list of available views style plugins.
hook_views_plugins_wizard_alter function core/modules/views/views.api.php Modify the list of available views wizard plugins.
LayoutBuilderTest::testPluginsProvidingCustomAttributesAndContextualLinks function core/modules/layout_builder/tests/src/Functional/LayoutBuilderTest.php Tests that block plugins can define custom attributes and contextual links.
LayoutBuilderTest::testPreviewAwarePlugins function core/modules/layout_builder/tests/src/Functional/LayoutBuilderTest.php Tests preview-aware layout & block plugins.
LocalTaskManagerTest::setupFactoryAndLocalTaskPlugins function core/tests/Drupal/Tests/Core/Menu/LocalTaskManagerTest.php
MigrateFieldPluginManagerTest::testPluginSelection function core/modules/migrate_drupal/tests/src/Kernel/MigrateFieldPluginManagerTest.php Tests that the correct MigrateField plugins are used.
migrate_drupal_migration_plugins_alter function core/modules/migrate_drupal/migrate_drupal.module Implements hook_migration_plugins_alter().
Migration::$processPlugins property core/modules/migrate/src/Plugin/Migration.php The cached process plugins.
Migration::getProcessPlugins function core/modules/migrate/src/Plugin/Migration.php
MigrationInterface::getProcessPlugins function core/modules/migrate/src/Plugin/MigrationInterface.php Returns the process plugins.
MigrationTest::getProcessPluginsExceptionMessageProvider function core/modules/migrate/tests/src/Kernel/Plugin/MigrationTest.php Provides data for testing invalid process pipeline.

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