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
ComponentPluginManagerTest::testMismatchingFolderName function core/modules/sdc/tests/src/Kernel/ComponentPluginManagerTest.php Test that the machine name is grabbed from the *.component.yml.
ComponentPluginManagerTest::testMismatchingFolderName function core/tests/Drupal/Tests/Core/Theme/Component/ComponentPluginManagerTest.php Test that the machine name is grabbed from the *.component.yml.
ComponentRenderTest::testPluginDefinition function core/tests/Drupal/KernelTests/Components/ComponentRenderTest.php Ensures some key aspects of the plugin definition are correctly computed.
ComponentRenderTest::testPluginDefinition function core/modules/sdc/tests/src/Kernel/ComponentRenderTest.php Ensures some key aspects of the plugin definition are correctly computed.
ComposerPluginImplementsScaffoldEvents class core/tests/Drupal/Tests/Composer/Plugin/Scaffold/fixtures/composer-plugin-implements-scaffold-events/src/ComposerPluginImplementsScaffoldEvents.php A fixture composer plugin implement Drupal scaffold events.
ComposerPluginImplementsScaffoldEvents.php file core/tests/Drupal/Tests/Composer/Plugin/Scaffold/fixtures/composer-plugin-implements-scaffold-events/src/ComposerPluginImplementsScaffoldEvents.php
ComposerPluginImplementsScaffoldEvents::activate function core/tests/Drupal/Tests/Composer/Plugin/Scaffold/fixtures/composer-plugin-implements-scaffold-events/src/ComposerPluginImplementsScaffoldEvents.php
ComposerPluginImplementsScaffoldEvents::deactivate function core/tests/Drupal/Tests/Composer/Plugin/Scaffold/fixtures/composer-plugin-implements-scaffold-events/src/ComposerPluginImplementsScaffoldEvents.php
ComposerPluginImplementsScaffoldEvents::getSubscribedEvents function core/tests/Drupal/Tests/Composer/Plugin/Scaffold/fixtures/composer-plugin-implements-scaffold-events/src/ComposerPluginImplementsScaffoldEvents.php
ComposerPluginImplementsScaffoldEvents::postDrupalScaffoldCmd function core/tests/Drupal/Tests/Composer/Plugin/Scaffold/fixtures/composer-plugin-implements-scaffold-events/src/ComposerPluginImplementsScaffoldEvents.php Implements post Drupal scaffold cmd.
ComposerPluginImplementsScaffoldEvents::preDrupalScaffoldCmd function core/tests/Drupal/Tests/Composer/Plugin/Scaffold/fixtures/composer-plugin-implements-scaffold-events/src/ComposerPluginImplementsScaffoldEvents.php Implements pre Drupal scaffold cmd.
ComposerPluginImplementsScaffoldEvents::uninstall function core/tests/Drupal/Tests/Composer/Plugin/Scaffold/fixtures/composer-plugin-implements-scaffold-events/src/ComposerPluginImplementsScaffoldEvents.php
ConditionPluginBase class core/lib/Drupal/Core/Condition/ConditionPluginBase.php Provides a basis for fulfilling contexts for condition plugins.
ConditionPluginBase.php file core/lib/Drupal/Core/Condition/ConditionPluginBase.php
ConditionPluginBase::$executableManager property core/lib/Drupal/Core/Condition/ConditionPluginBase.php The condition manager to proxy execute calls through.
ConditionPluginBase::buildConfigurationForm function core/lib/Drupal/Core/Condition/ConditionPluginBase.php Form constructor.
ConditionPluginBase::calculateDependencies function core/lib/Drupal/Core/Condition/ConditionPluginBase.php Calculates dependencies for the configured plugin.
ConditionPluginBase::defaultConfiguration function core/lib/Drupal/Core/Condition/ConditionPluginBase.php Gets default configuration for this plugin.
ConditionPluginBase::execute function core/lib/Drupal/Core/Condition/ConditionPluginBase.php Executes the plugin.
ConditionPluginBase::getConfiguration function core/lib/Drupal/Core/Condition/ConditionPluginBase.php Gets this plugin's configuration.
ConditionPluginBase::isNegated function core/lib/Drupal/Core/Condition/ConditionPluginBase.php Determines whether condition result will be negated.
ConditionPluginBase::setConfiguration function core/lib/Drupal/Core/Condition/ConditionPluginBase.php Sets the configuration for this plugin instance.
ConditionPluginBase::setExecutableManager function core/lib/Drupal/Core/Condition/ConditionPluginBase.php Sets the executable manager class.
ConditionPluginBase::submitConfigurationForm function core/lib/Drupal/Core/Condition/ConditionPluginBase.php Form submission handler.
ConditionPluginBase::validateConfigurationForm function core/lib/Drupal/Core/Condition/ConditionPluginBase.php Form validation handler.
ConditionPluginBase::__construct function core/lib/Drupal/Core/Condition/ConditionPluginBase.php
ConditionPluginCollection class core/lib/Drupal/Core/Condition/ConditionPluginCollection.php Provides a collection of condition plugins.
ConditionPluginCollection.php file core/lib/Drupal/Core/Condition/ConditionPluginCollection.php
ConditionPluginCollection::$conditionContexts property core/lib/Drupal/Core/Condition/ConditionPluginCollection.php An array of collected contexts for conditions.
ConditionPluginCollection::addContext function core/lib/Drupal/Core/Condition/ConditionPluginCollection.php Sets the condition context for a given name.
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.
ConditionPluginCollectionTest class core/tests/Drupal/KernelTests/Core/Condition/ConditionPluginCollectionTest.php @coversDefaultClass \Drupal\Core\Condition\ConditionPluginCollection
ConditionPluginCollectionTest.php file core/tests/Drupal/KernelTests/Core/Condition/ConditionPluginCollectionTest.php
ConditionPluginCollectionTest::$modules property core/tests/Drupal/KernelTests/Core/Condition/ConditionPluginCollectionTest.php Modules to install.
ConditionPluginCollectionTest::testGetConfiguration function core/tests/Drupal/KernelTests/Core/Condition/ConditionPluginCollectionTest.php @covers ::getConfiguration
ConfigActionManager::$deprecatedPluginIds property core/lib/Drupal/Core/Config/Action/ConfigActionManager.php Information about all deprecated plugin IDs.
ConfigActionPluginInterface interface core/lib/Drupal/Core/Config/Action/ConfigActionPluginInterface.php @internal
This API is experimental.
ConfigActionPluginInterface.php file core/lib/Drupal/Core/Config/Action/ConfigActionPluginInterface.php
ConfigActionPluginInterface::apply function core/lib/Drupal/Core/Config/Action/ConfigActionPluginInterface.php Applies the config action.
ConfigEntityBaseUnitTest::providerCalculateDependenciesWithPluginCollections function core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityBaseUnitTest.php Data provider for testCalculateDependenciesWithPluginCollections.
ConfigEntityBaseUnitTest::providerTestSetAndPreSaveWithPluginCollections function core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityBaseUnitTest.php
ConfigEntityBaseUnitTest::testCalculateDependenciesWithPluginCollections function core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityBaseUnitTest.php @covers ::getDependencies
@covers ::calculateDependencies
ConfigEntityBaseUnitTest::testPreSaveWithPluginCollections function core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityBaseUnitTest.php @covers ::preSave
@dataProvider providerTestSetAndPreSaveWithPluginCollections
ConfigEntityBaseUnitTest::testSetWithPluginCollections function core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityBaseUnitTest.php @covers ::set
@dataProvider providerTestSetAndPreSaveWithPluginCollections
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.

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