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
TipPluginImageLegacy::$url property core/modules/tour/tests/tour_test/src/Plugin/tour/tip/TipPluginImageLegacy.php The URL which is used for the image in this Tip.
TipPluginImageLegacy::create function core/modules/tour/tests/tour_test/src/Plugin/tour/tip/TipPluginImageLegacy.php Creates an instance of the plugin.
TipPluginImageLegacy::getConfigurationOrNot function core/modules/tour/tests/tour_test/src/Plugin/tour/tip/TipPluginImageLegacy.php
TipPluginImageLegacy::__construct function core/modules/tour/tests/tour_test/src/Plugin/tour/tip/TipPluginImageLegacy.php Constructs a TipPluginImageLegacy object.
TipPluginInterface interface core/modules/tour/src/TipPluginInterface.php Defines an interface for tour items.
TipPluginInterface.php file core/modules/tour/src/TipPluginInterface.php
TipPluginInterface::get function core/modules/tour/src/TipPluginInterface.php Used for returning values by key.
TipPluginInterface::getBody function core/modules/tour/src/TipPluginInterface.php Returns the body content of the tooltip.
TipPluginInterface::getLabel function core/modules/tour/src/TipPluginInterface.php Returns label of the tip.
TipPluginInterface::getLocation function core/modules/tour/src/TipPluginInterface.php Returns the configured placement of the tip relative to the element.
TipPluginInterface::getSelector function core/modules/tour/src/TipPluginInterface.php Returns the selector the tour tip will attach to.
TipPluginInterface::getWeight function core/modules/tour/src/TipPluginInterface.php Returns weight of the tip.
TipPluginInterface::id function core/modules/tour/src/TipPluginInterface.php Returns id of the tip.
TipPluginInterface::set function core/modules/tour/src/TipPluginInterface.php Used for returning values by key.
TipPluginManager class core/modules/tour/src/TipPluginManager.php Provides a plugin manager for tour items.
TipPluginManager.php file core/modules/tour/src/TipPluginManager.php
TipPluginManager::__construct function core/modules/tour/src/TipPluginManager.php Constructs a new TipPluginManager.
TipPluginText class core/modules/tour/src/Plugin/tour/tip/TipPluginText.php Displays some text as a tip.
TipPluginText.php file core/modules/tour/src/Plugin/tour/tip/TipPluginText.php
TipPluginText::$body property core/modules/tour/src/Plugin/tour/tip/TipPluginText.php The body text which is used for render of this Text Tip.
TipPluginText::$token property core/modules/tour/src/Plugin/tour/tip/TipPluginText.php Token service.
TipPluginText::create function core/modules/tour/src/Plugin/tour/tip/TipPluginText.php Creates an instance of the plugin.
TipPluginText::getBody function core/modules/tour/src/Plugin/tour/tip/TipPluginText.php Returns the body content of the tooltip.
TipPluginText::__construct function core/modules/tour/src/Plugin/tour/tip/TipPluginText.php Constructs a \Drupal\tour\Plugin\tour\tip\TipPluginText object.
TipPluginTextLegacy class core/modules/tour/tests/tour_test/src/Plugin/tour/tip/TipPluginTextLegacy.php Displays some text as a tip.
TipPluginTextLegacy.php file core/modules/tour/tests/tour_test/src/Plugin/tour/tip/TipPluginTextLegacy.php
TipPluginTextLegacy::$ariaId property core/modules/tour/tests/tour_test/src/Plugin/tour/tip/TipPluginTextLegacy.php Unique aria-id.
TipPluginTextLegacy::$body property core/modules/tour/tests/tour_test/src/Plugin/tour/tip/TipPluginTextLegacy.php The body text which is used for render of this Text Tip.
TipPluginTextLegacy::$location property core/modules/tour/tests/tour_test/src/Plugin/tour/tip/TipPluginTextLegacy.php The forced position of where the tip will be located.
TipPluginTextLegacy::$token property core/modules/tour/tests/tour_test/src/Plugin/tour/tip/TipPluginTextLegacy.php Token service.
TipPluginTextLegacy::create function core/modules/tour/tests/tour_test/src/Plugin/tour/tip/TipPluginTextLegacy.php Creates an instance of the plugin.
TipPluginTextLegacy::getAriaId function core/modules/tour/tests/tour_test/src/Plugin/tour/tip/TipPluginTextLegacy.php Returns an ID that is guaranteed uniqueness.
TipPluginTextLegacy::getBody function core/modules/tour/tests/tour_test/src/Plugin/tour/tip/TipPluginTextLegacy.php Returns body of the text tip.
TipPluginTextLegacy::__construct function core/modules/tour/tests/tour_test/src/Plugin/tour/tip/TipPluginTextLegacy.php Constructs a TipPluginTextLegacy object.
TipsPluginCollection class core/modules/tour/src/TipsPluginCollection.php A collection of tips.
TipsPluginCollection.php file core/modules/tour/src/TipsPluginCollection.php
TipsPluginCollection::$pluginKey property core/modules/tour/src/TipsPluginCollection.php The key within the plugin configuration that contains the plugin ID.
TipsPluginCollection::get function core/modules/tour/src/TipsPluginCollection.php
TitleBlockPluginInterface interface core/lib/Drupal/Core/Block/TitleBlockPluginInterface.php The interface for "title" blocks.
TitleBlockPluginInterface.php file core/lib/Drupal/Core/Block/TitleBlockPluginInterface.php
TitleBlockPluginInterface::setTitle function core/lib/Drupal/Core/Block/TitleBlockPluginInterface.php Sets the title.
TokenizeAreaPluginBase class core/modules/views/src/Plugin/views/area/TokenizeAreaPluginBase.php Tokenized base class for area handlers.
TokenizeAreaPluginBase.php file core/modules/views/src/Plugin/views/area/TokenizeAreaPluginBase.php
TokenizeAreaPluginBase::buildOptionsForm function core/modules/views/src/Plugin/views/area/TokenizeAreaPluginBase.php Provide a form to edit options for this plugin.
TokenizeAreaPluginBase::defineOptions function core/modules/views/src/Plugin/views/area/TokenizeAreaPluginBase.php Information about options for all kinds of purposes will be held here.
TokenizeAreaPluginBase::tokenForm function core/modules/views/src/Plugin/views/area/TokenizeAreaPluginBase.php Adds tokenization form elements.
TokenizeAreaPluginBase::tokenizeValue function core/modules/views/src/Plugin/views/area/TokenizeAreaPluginBase.php Replaces value with special views tokens and global tokens.
ToolbarItemConditionsMetConstraint::$multipleMissingRequiredPluginMessage property core/modules/ckeditor5/src/Plugin/Validation/Constraint/ToolbarItemConditionsMetConstraint.php The violation message when >1 required plugin is missing.
ToolbarItemConditionsMetConstraint::$singleMissingRequiredPluginMessage property core/modules/ckeditor5/src/Plugin/Validation/Constraint/ToolbarItemConditionsMetConstraint.php The violation message when 1 required plugin is missing.
ToolkitTest::$imageEffectPluginManager property core/tests/Drupal/KernelTests/Core/Image/ToolkitTest.php The image effect plugin manager service.

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