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
PluginBaseTest::testViewsTokenReplaceWithDots function core/modules/views/tests/src/Kernel/Plugin/PluginBaseTest.php Test that the token replacement in views works correctly with dots.
PluginBaseTest::testViewsTokenReplaceWithTwigTokens function core/modules/views/tests/src/Kernel/Plugin/PluginBaseTest.php Tests viewsTokenReplace without any twig tokens.
PluginDefinition class core/lib/Drupal/Component/Plugin/Definition/PluginDefinition.php Provides object-based plugin definitions.
PluginDefinition.php file core/lib/Drupal/Component/Plugin/Definition/PluginDefinition.php
PluginDefinition::$class property core/lib/Drupal/Component/Plugin/Definition/PluginDefinition.php A fully qualified class name.
PluginDefinition::$id property core/lib/Drupal/Component/Plugin/Definition/PluginDefinition.php The plugin ID.
PluginDefinition::$provider property core/lib/Drupal/Component/Plugin/Definition/PluginDefinition.php The plugin provider.
PluginDefinition::getClass function core/lib/Drupal/Component/Plugin/Definition/PluginDefinition.php Gets the class.
PluginDefinition::getProvider function core/lib/Drupal/Component/Plugin/Definition/PluginDefinition.php Gets the plugin provider.
PluginDefinition::id function core/lib/Drupal/Component/Plugin/Definition/PluginDefinition.php Gets the unique identifier of the plugin.
PluginDefinition::setClass function core/lib/Drupal/Component/Plugin/Definition/PluginDefinition.php Sets the class.
PluginDefinitionInterface interface core/lib/Drupal/Component/Plugin/Definition/PluginDefinitionInterface.php Defines a plugin definition.
PluginDefinitionInterface.php file core/lib/Drupal/Component/Plugin/Definition/PluginDefinitionInterface.php
PluginDefinitionInterface::getClass function core/lib/Drupal/Component/Plugin/Definition/PluginDefinitionInterface.php Gets the class.
PluginDefinitionInterface::getProvider function core/lib/Drupal/Component/Plugin/Definition/PluginDefinitionInterface.php Gets the plugin provider.
PluginDefinitionInterface::id function core/lib/Drupal/Component/Plugin/Definition/PluginDefinitionInterface.php Gets the unique identifier of the plugin.
PluginDefinitionInterface::setClass function core/lib/Drupal/Component/Plugin/Definition/PluginDefinitionInterface.php Sets the class.
PluginDependencyTrait trait core/lib/Drupal/Core/Plugin/PluginDependencyTrait.php Provides a trait for calculating the dependencies of a plugin.
PluginDependencyTrait.php file core/lib/Drupal/Core/Plugin/PluginDependencyTrait.php
PluginDependencyTrait::calculatePluginDependencies function core/lib/Drupal/Core/Plugin/PluginDependencyTrait.php Calculates and adds dependencies of a specific plugin instance.
PluginDependencyTrait::getPluginDependencies function core/lib/Drupal/Core/Plugin/PluginDependencyTrait.php Calculates and returns dependencies of a specific plugin instance.
PluginDependencyTrait::moduleHandler function core/lib/Drupal/Core/Plugin/PluginDependencyTrait.php Wraps the module handler.
PluginDependencyTrait::themeHandler function core/lib/Drupal/Core/Plugin/PluginDependencyTrait.php Wraps the theme handler.
PluginDependencyTraitTest class core/tests/Drupal/Tests/Core/Plugin/PluginDependencyTraitTest.php @coversDefaultClass \Drupal\Core\Plugin\PluginDependencyTrait
@group Plugin
PluginDependencyTraitTest.php file core/tests/Drupal/Tests/Core/Plugin/PluginDependencyTraitTest.php
PluginDependencyTraitTest::providerTestPluginDependencies function core/tests/Drupal/Tests/Core/Plugin/PluginDependencyTraitTest.php Provides test data for plugin dependencies.
PluginDependencyTraitTest::testCalculatePluginDependencies function core/tests/Drupal/Tests/Core/Plugin/PluginDependencyTraitTest.php @covers ::calculatePluginDependencies
PluginDependencyTraitTest::testGetPluginDependencies function core/tests/Drupal/Tests/Core/Plugin/PluginDependencyTraitTest.php @covers ::getPluginDependencies
PluginDependencyTraitTest::testNeitherThemeNorModule function core/tests/Drupal/Tests/Core/Plugin/PluginDependencyTraitTest.php @covers ::getPluginDependencies
PluginEventSubscriber class core/modules/migrate/src/Plugin/PluginEventSubscriber.php Event subscriber to forward Migrate events to source and destination plugins.
PluginEventSubscriber.php file core/modules/migrate/src/Plugin/PluginEventSubscriber.php
PluginEventSubscriber::getSubscribedEvents function core/modules/migrate/src/Plugin/PluginEventSubscriber.php
PluginEventSubscriber::invoke function core/modules/migrate/src/Plugin/PluginEventSubscriber.php Tries to invoke event handling methods on source and destination plugins.
PluginEventSubscriber::postImport function core/modules/migrate/src/Plugin/PluginEventSubscriber.php Forwards post-import events to the source and destination plugins.
PluginEventSubscriber::postRollback function core/modules/migrate/src/Plugin/PluginEventSubscriber.php Forwards post-rollback events to the source and destination plugins.
PluginEventSubscriber::preImport function core/modules/migrate/src/Plugin/PluginEventSubscriber.php Forwards pre-import events to the source and destination plugins.
PluginEventSubscriber::preRollback function core/modules/migrate/src/Plugin/PluginEventSubscriber.php Forwards pre-rollback events to the source and destination plugins.
PluginExample class core/modules/system/tests/modules/plugin_test/src/Plugin/Annotation/PluginExample.php Defines a custom Plugin annotation.
PluginExample.php file core/modules/system/tests/modules/plugin_test/src/Plugin/Annotation/PluginExample.php
PluginExample::$custom property core/modules/system/tests/modules/plugin_test/src/Plugin/Annotation/PluginExample.php Another plugin metadata.
PluginExample::$id property core/modules/system/tests/modules/plugin_test/src/Plugin/Annotation/PluginExample.php The plugin ID.
PluginExample::get function core/modules/system/tests/modules/plugin_test/src/Plugin/Annotation/PluginExample.php Gets the value of an annotation.
PluginException class core/lib/Drupal/Component/Plugin/Exception/PluginException.php Generic Plugin exception class to be thrown when no more specific class
is applicable.
PluginException.php file core/lib/Drupal/Component/Plugin/Exception/PluginException.php
PluginExtended class core/modules/system/tests/modules/plugin_test_extended/src/Plugin/Annotation/PluginExtended.php Defines a test annotation that extends an annotation in another namespace.
PluginExtended.php file core/modules/system/tests/modules/plugin_test_extended/src/Plugin/Annotation/PluginExtended.php
PluginFormBase class core/lib/Drupal/Core/Plugin/PluginFormBase.php Provides a base class for plugin forms.
PluginFormBase.php file core/lib/Drupal/Core/Plugin/PluginFormBase.php
PluginFormBase::$plugin property core/lib/Drupal/Core/Plugin/PluginFormBase.php The plugin this form is for.
PluginFormBase::setPlugin function core/lib/Drupal/Core/Plugin/PluginFormBase.php Sets the plugin for this object.

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