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 10.3.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
TestPluginDependency::$moduleHandler property core/tests/Drupal/Tests/Core/Plugin/PluginDependencyTraitTest.php
TestPluginDependency::$themeHandler property core/tests/Drupal/Tests/Core/Plugin/PluginDependencyTraitTest.php
TestPluginDependency::getDependencies function core/tests/Drupal/Tests/Core/Plugin/PluginDependencyTraitTest.php
TestPluginDependency::moduleHandler function core/tests/Drupal/Tests/Core/Plugin/PluginDependencyTraitTest.php Wraps the module handler.
TestPluginDependency::setModuleHandler function core/tests/Drupal/Tests/Core/Plugin/PluginDependencyTraitTest.php
TestPluginDependency::setThemeHandler function core/tests/Drupal/Tests/Core/Plugin/PluginDependencyTraitTest.php
TestPluginDependency::themeHandler function core/tests/Drupal/Tests/Core/Plugin/PluginDependencyTraitTest.php Wraps the theme handler.
TestPluginForm class core/tests/Drupal/Tests/Core/Plugin/DefaultPluginManagerTest.php
TestPluginForm::buildConfigurationForm function core/tests/Drupal/Tests/Core/Plugin/DefaultPluginManagerTest.php Form constructor.
TestPluginForm::submitConfigurationForm function core/tests/Drupal/Tests/Core/Plugin/DefaultPluginManagerTest.php Form submission handler.
TestPluginForm::validateConfigurationForm function core/tests/Drupal/Tests/Core/Plugin/DefaultPluginManagerTest.php Form validation handler.
TestPluginManager class core/modules/system/tests/modules/plugin_test/src/Plugin/TestPluginManager.php Defines a plugin manager used by Plugin API unit tests.
TestPluginManager class core/tests/Drupal/Tests/Core/Plugin/TestPluginManager.php A plugin manager for condition plugins.
TestPluginManager.php file core/modules/system/tests/modules/plugin_test/src/Plugin/TestPluginManager.php
TestPluginManager.php file core/tests/Drupal/Tests/Core/Plugin/TestPluginManager.php
TestPluginManager::__construct function core/modules/system/tests/modules/plugin_test/src/Plugin/TestPluginManager.php
TestPluginManager::__construct function core/tests/Drupal/Tests/Core/Plugin/TestPluginManager.php Constructs a TestPluginManager object.
TestPluginManagerWithDefaults class core/tests/Drupal/Tests/Core/Plugin/DefaultPluginManagerTest.php
TestPluginManagerWithDefaults::$defaults property core/tests/Drupal/Tests/Core/Plugin/DefaultPluginManagerTest.php A set of defaults to be referenced by $this->processDefinition().
TestPluginSettingsBase class core/tests/Drupal/Tests/Core/Field/PluginSettingsBaseTest.php
TestPluginSettingsBase::__construct function core/tests/Drupal/Tests/Core/Field/PluginSettingsBaseTest.php
TextFieldTest::$plugin property core/modules/text/tests/src/Unit/Plugin/migrate/field/d6/TextFieldTest.php
TextFieldTest::$plugin property core/modules/text/tests/src/Unit/Plugin/migrate/field/d7/TextFieldTest.php
TipPluginBase class core/modules/tour/src/TipPluginBase.php Defines a base tour item implementation.
TipPluginBase.php file core/modules/tour/src/TipPluginBase.php
TipPluginBase::$label property core/modules/tour/src/TipPluginBase.php The label which is used for render of this tip.
TipPluginBase::$weight property core/modules/tour/src/TipPluginBase.php Allows tips to take more priority that others.
TipPluginBase::get function core/modules/tour/src/TipPluginBase.php Used for returning values by key.
TipPluginBase::getBody function core/modules/tour/src/TipPluginBase.php Returns the body content of the tooltip.
TipPluginBase::getLabel function core/modules/tour/src/TipPluginBase.php Returns label of the tip.
TipPluginBase::getLocation function core/modules/tour/src/TipPluginBase.php Returns the configured placement of the tip relative to the element.
TipPluginBase::getSelector function core/modules/tour/src/TipPluginBase.php Returns the selector the tour tip will attach to.
TipPluginBase::getWeight function core/modules/tour/src/TipPluginBase.php Returns weight of the tip.
TipPluginBase::id function core/modules/tour/src/TipPluginBase.php Returns id of the tip.
TipPluginBase::set function core/modules/tour/src/TipPluginBase.php Used for returning values by key.
TipPluginBaseTest class core/modules/tour/tests/src/Unit/TipPluginBaseTest.php @coversDefaultClass \Drupal\tour\TipPluginBase
TipPluginBaseTest.php file core/modules/tour/tests/src/Unit/TipPluginBaseTest.php
TipPluginBaseTest::testGetLocationAssertion function core/modules/tour/tests/src/Unit/TipPluginBaseTest.php @covers ::getLocation
TipPluginImage class core/modules/tour/tests/tour_test/src/Plugin/tour/tip/TipPluginImage.php Displays an image as a tip.
TipPluginImage.php file core/modules/tour/tests/tour_test/src/Plugin/tour/tip/TipPluginImage.php
TipPluginImage::$alt property core/modules/tour/tests/tour_test/src/Plugin/tour/tip/TipPluginImage.php The alt text which is used for the image in this Tip.
TipPluginImage::$token property core/modules/tour/tests/tour_test/src/Plugin/tour/tip/TipPluginImage.php Token service.
TipPluginImage::$url property core/modules/tour/tests/tour_test/src/Plugin/tour/tip/TipPluginImage.php The URL which is used for the image in this Tip.
TipPluginImage::create function core/modules/tour/tests/tour_test/src/Plugin/tour/tip/TipPluginImage.php Creates an instance of the plugin.
TipPluginImage::getBody function core/modules/tour/tests/tour_test/src/Plugin/tour/tip/TipPluginImage.php Returns the body content of the tooltip.
TipPluginImage::__construct function core/modules/tour/tests/tour_test/src/Plugin/tour/tip/TipPluginImage.php Constructs a \Drupal\tour\Plugin\tour\tip\TipPluginText object.
TipPluginImageLegacy class core/modules/tour/tests/tour_test/src/Plugin/tour/tip/TipPluginImageLegacy.php Displays an image as a tip.
TipPluginImageLegacy.php file core/modules/tour/tests/tour_test/src/Plugin/tour/tip/TipPluginImageLegacy.php
TipPluginImageLegacy::$alt property core/modules/tour/tests/tour_test/src/Plugin/tour/tip/TipPluginImageLegacy.php The alt text which is used for the image in this Tip.
TipPluginImageLegacy::$token property core/modules/tour/tests/tour_test/src/Plugin/tour/tip/TipPluginImageLegacy.php Token service.

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