Search for plugin

  1. Search 7.x for plugin
  2. Search 9.5.x for plugin
  3. Search 10.3.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.

All search results

Title Object type File name Summary
ConditionPluginCollection::get function core/lib/Drupal/Core/Condition/ConditionPluginCollection.php
ConditionPluginCollection::getConditionContexts function core/lib/Drupal/Core/Condition/ConditionPluginCollection.php Gets the values for all defined contexts.
ConditionPluginCollection::getConfiguration function core/lib/Drupal/Core/Condition/ConditionPluginCollection.php Gets the current configuration of all plugins in this collection.
ConfigEntityBaseUnitTest::providerCalculateDependenciesWithPluginCollections function core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityBaseUnitTest.php Data provider for testCalculateDependenciesWithPluginCollections.
ConfigEntityBaseUnitTest::testCalculateDependenciesWithPluginCollections function core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityBaseUnitTest.php @covers ::getDependencies
@covers ::calculateDependencies
ConfigEntityBaseUnitTest::testSleepWithPluginCollections function core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityBaseUnitTest.php @covers ::__sleep
ConfigEntityBaseWithPluginCollections class core/tests/Drupal/Tests/Core/Config/Entity/Fixtures/ConfigEntityBaseWithPluginCollections.php Enables testing of dependency calculation.
ConfigEntityBaseWithPluginCollections.php file core/tests/Drupal/Tests/Core/Config/Entity/Fixtures/ConfigEntityBaseWithPluginCollections.php
ConfigEntityImportTest::checkSinglePluginConfigSync function core/modules/system/tests/src/Kernel/Entity/ConfigEntityImportTest.php Tests that a single set of plugin config stays in sync.
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.
ConfigurablePluginInterface interface core/lib/Drupal/Component/Plugin/ConfigurablePluginInterface.php Provides an interface for a configurable plugin.
ConfigurablePluginInterface.php file core/lib/Drupal/Component/Plugin/ConfigurablePluginInterface.php
ConfigurablePluginInterface::defaultConfiguration function core/lib/Drupal/Component/Plugin/ConfigurablePluginInterface.php Gets default configuration for this plugin.
ConfigurablePluginInterface::getConfiguration function core/lib/Drupal/Component/Plugin/ConfigurablePluginInterface.php Gets this plugin's configuration.
ConfigurablePluginInterface::setConfiguration function core/lib/Drupal/Component/Plugin/ConfigurablePluginInterface.php Sets the configuration for this plugin instance.
ConfigurablePluginInterfaceTest class core/tests/Drupal/Tests/Component/Plugin/ConfigurablePluginInterfaceTest.php Tests ConfigurablePluginInterface deprecation.
ConfigurablePluginInterfaceTest.php file core/tests/Drupal/Tests/Component/Plugin/ConfigurablePluginInterfaceTest.php
ConfigurablePluginInterfaceTest::testDeprecation function core/tests/Drupal/Tests/Component/Plugin/ConfigurablePluginInterfaceTest.php Tests the deprecation error is thrown.
ConfigurablePluginInterfaceTestClass class core/tests/Drupal/Tests/Component/Plugin/ConfigurablePluginInterfaceTest.php Test Class to trigger deprecation error.
ConfigurablePluginInterfaceTestClass::calculateDependencies function core/tests/Drupal/Tests/Component/Plugin/ConfigurablePluginInterfaceTest.php Calculates dependencies for the configured plugin.
ConfigurablePluginInterfaceTestClass::defaultConfiguration function core/tests/Drupal/Tests/Component/Plugin/ConfigurablePluginInterfaceTest.php Gets default configuration for this plugin.
ConfigurablePluginInterfaceTestClass::getConfiguration function core/tests/Drupal/Tests/Component/Plugin/ConfigurablePluginInterfaceTest.php Gets this plugin's configuration.
ConfigurablePluginInterfaceTestClass::setConfiguration function core/tests/Drupal/Tests/Component/Plugin/ConfigurablePluginInterfaceTest.php Sets the configuration for this plugin instance.
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::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.

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