Search for plugin

  1. Search 7.x for plugin
  2. Search 9.5.x for plugin
  3. Search 8.9.x for plugin
  4. Search 11.x for plugin
  5. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
Plugin class composer/Plugin/Scaffold/Plugin.php Composer plugin for handling drupal scaffold.
Plugin class core/lib/Drupal/Component/Annotation/Plugin.php Defines a Plugin annotation object.
Plugin class core/lib/Drupal/Component/Plugin/Attribute/Plugin.php Defines a Plugin attribute object.

All search results

Title Object type File name Summary
ConfigNamesMapperTest::$pluginDefinition property core/modules/config_translation/tests/src/Unit/ConfigNamesMapperTest.php The plugin definition of the test mapper.
ConfigTranslationLocalTasks::$basePluginId property core/modules/config_translation/src/Plugin/Derivative/ConfigTranslationLocalTasks.php The base plugin ID.
ConfigurablePlugin class core/tests/Drupal/Tests/Core/Plugin/DefaultSingleLazyPluginCollectionTest.php
ConfigurablePlugin::defaultConfiguration function core/tests/Drupal/Tests/Core/Plugin/DefaultSingleLazyPluginCollectionTest.php Gets default configuration for this plugin.
ConfigurablePlugin::getConfiguration function core/tests/Drupal/Tests/Core/Plugin/DefaultSingleLazyPluginCollectionTest.php Gets this plugin's configuration.
ConfigurablePlugin::setConfiguration function core/tests/Drupal/Tests/Core/Plugin/DefaultSingleLazyPluginCollectionTest.php Sets the configuration for this plugin instance.
ConfigurablePlugin::__construct function core/tests/Drupal/Tests/Core/Plugin/DefaultSingleLazyPluginCollectionTest.php Constructs a \Drupal\Component\Plugin\PluginBase object.
ConfigurablePluginTest class core/modules/ckeditor5/tests/src/Kernel/ConfigurablePluginTest.php Tests configurable plugins.
ConfigurablePluginTest.php file core/modules/ckeditor5/tests/src/Kernel/ConfigurablePluginTest.php
ConfigurablePluginTest::$manager property core/modules/ckeditor5/tests/src/Kernel/ConfigurablePluginTest.php The manager for "CKEditor 5 plugin" plugins.
ConfigurablePluginTest::$modules property core/modules/ckeditor5/tests/src/Kernel/ConfigurablePluginTest.php Modules to install.
ConfigurablePluginTest::setUp function core/modules/ckeditor5/tests/src/Kernel/ConfigurablePluginTest.php
ConfigurablePluginTest::testDefaults function core/modules/ckeditor5/tests/src/Kernel/ConfigurablePluginTest.php Tests default settings for configurable CKEditor 5 plugins.
ConfigurableSearchPluginBase class core/modules/search/src/Plugin/ConfigurableSearchPluginBase.php Provides a base implementation for a configurable Search plugin.
ConfigurableSearchPluginBase.php file core/modules/search/src/Plugin/ConfigurableSearchPluginBase.php
ConfigurableSearchPluginBase::$searchPageId property core/modules/search/src/Plugin/ConfigurableSearchPluginBase.php The unique ID for the search page using this plugin.
ConfigurableSearchPluginBase::calculateDependencies function core/modules/search/src/Plugin/ConfigurableSearchPluginBase.php Calculates dependencies for the configured plugin.
ConfigurableSearchPluginBase::defaultConfiguration function core/modules/search/src/Plugin/ConfigurableSearchPluginBase.php Gets default configuration for this plugin.
ConfigurableSearchPluginBase::getConfiguration function core/modules/search/src/Plugin/ConfigurableSearchPluginBase.php Gets this plugin's configuration.
ConfigurableSearchPluginBase::setConfiguration function core/modules/search/src/Plugin/ConfigurableSearchPluginBase.php Sets the configuration for this plugin instance.
ConfigurableSearchPluginBase::setSearchPageId function core/modules/search/src/Plugin/ConfigurableSearchPluginBase.php Sets the ID for the search page using this plugin.
ConfigurableSearchPluginBase::validateConfigurationForm function core/modules/search/src/Plugin/ConfigurableSearchPluginBase.php Form validation handler.
ConfigurableSearchPluginBase::__construct function core/modules/search/src/Plugin/ConfigurableSearchPluginBase.php
ConfigurableSearchPluginInterface interface core/modules/search/src/Plugin/ConfigurableSearchPluginInterface.php Provides an interface for a configurable Search plugin.
ConfigurableSearchPluginInterface.php file core/modules/search/src/Plugin/ConfigurableSearchPluginInterface.php
ConfigurableSearchPluginInterface::setSearchPageId function core/modules/search/src/Plugin/ConfigurableSearchPluginInterface.php Sets the ID for the search page using this plugin.
ConfigureBlockFormBase::$pluginFormFactory property core/modules/layout_builder/src/Form/ConfigureBlockFormBase.php The plugin form manager.
ConfigureBlockFormBase::getPluginForm function core/modules/layout_builder/src/Form/ConfigureBlockFormBase.php Retrieves the plugin form for a given block.
ConfigureSectionForm::$pluginFormFactory property core/modules/layout_builder/src/Form/ConfigureSectionForm.php The plugin form manager.
ConfigureSectionForm::$pluginId property core/modules/layout_builder/src/Form/ConfigureSectionForm.php The plugin ID.
ConfigureSectionForm::getPluginForm function core/modules/layout_builder/src/Form/ConfigureSectionForm.php Retrieves the plugin form for a given layout.
config_schema_test.plugin_types.yml file core/modules/config/tests/config_schema_test/config/install/config_schema_test.plugin_types.yml core/modules/config/tests/config_schema_test/config/install/config_schema_test.plugin_types.yml
ContainerFactoryPluginInterface interface core/lib/Drupal/Core/Plugin/ContainerFactoryPluginInterface.php Defines an interface for pulling plugin dependencies from the container.
ContainerFactoryPluginInterface.php file core/lib/Drupal/Core/Plugin/ContainerFactoryPluginInterface.php
ContainerFactoryPluginInterface::create function core/lib/Drupal/Core/Plugin/ContainerFactoryPluginInterface.php Creates an instance of the plugin.
Content Moderation Workflow Type Plugin group core/modules/content_moderation/content_moderation.api.php The Workflow Type plugin implemented by Content Moderation links revisionable
entities to workflows.
ContentEntityBaseUnitTest::$fieldTypePluginManager property core/tests/Drupal/Tests/Core/Entity/ContentEntityBaseUnitTest.php The field type manager used for testing.
ContentEntityTest::$migrationPluginManager property core/modules/migrate_drupal/tests/src/Kernel/Plugin/migrate/source/ContentEntityTest.php The migration plugin manager.
ContentTranslationLocalTasks::$basePluginId property core/modules/content_translation/src/Plugin/Derivative/ContentTranslationLocalTasks.php The base plugin ID.
ContextAwarePluginAssignmentTrait trait core/lib/Drupal/Core/Plugin/ContextAwarePluginAssignmentTrait.php Handles context assignments for context-aware plugins.
ContextAwarePluginAssignmentTrait.php file core/lib/Drupal/Core/Plugin/ContextAwarePluginAssignmentTrait.php
ContextAwarePluginAssignmentTrait::addContextAssignmentElement function core/lib/Drupal/Core/Plugin/ContextAwarePluginAssignmentTrait.php Builds a form element for assigning a context to a given slot.
ContextAwarePluginAssignmentTrait::contextHandler function core/lib/Drupal/Core/Plugin/ContextAwarePluginAssignmentTrait.php Wraps the context handler.
ContextAwarePluginAssignmentTrait::t function core/lib/Drupal/Core/Plugin/ContextAwarePluginAssignmentTrait.php Ensures the t() method is available.
ContextAwarePluginDefinition class core/tests/Drupal/Tests/Core/Plugin/ContextHandlerTest.php
ContextAwarePluginDefinitionInterface interface core/lib/Drupal/Component/Plugin/Definition/ContextAwarePluginDefinitionInterface.php Provides an interface for plugin definitions which use contexts.
ContextAwarePluginDefinitionInterface.php file core/lib/Drupal/Component/Plugin/Definition/ContextAwarePluginDefinitionInterface.php
ContextAwarePluginDefinitionInterface::addContextDefinition function core/lib/Drupal/Component/Plugin/Definition/ContextAwarePluginDefinitionInterface.php Adds a context to this plugin definition.
ContextAwarePluginDefinitionInterface::getContextDefinition function core/lib/Drupal/Component/Plugin/Definition/ContextAwarePluginDefinitionInterface.php Returns a particular context definition for this plugin.
ContextAwarePluginDefinitionInterface::getContextDefinitions function core/lib/Drupal/Component/Plugin/Definition/ContextAwarePluginDefinitionInterface.php Returns all context definitions for this plugin.

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