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. Search 11.x for plugin
  6. 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 composer/Plugin/RecipeUnpack/Plugin.php Composer plugin for handling dependency unpacking.
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
StyleTemplateTest::$usesRowPlugin property core/modules/views/tests/modules/views_test_data/src/Plugin/views/style/StyleTemplateTest.php
StyleTest::$usesRowPlugin property core/modules/views/tests/modules/views_test_data/src/Plugin/views/style/StyleTest.php
StyleTest::setUsesRowPlugin function core/modules/views/tests/modules/views_test_data/src/Plugin/views/style/StyleTest.php Sets the usesRowPlugin property.
SvgExtractorTest::$pluginId property core/tests/Drupal/Tests/Core/Theme/Icon/Plugin/SvgExtractorTest.php This test plugin id (icon pack id).
SvgExtractorTest::$svgExtractorPlugin property core/tests/Drupal/Tests/Core/Theme/Icon/Plugin/SvgExtractorTest.php The SvgExtractor instance.
SvgSpriteExtractorTest::$pluginId property core/tests/Drupal/Tests/Core/Theme/Icon/Plugin/SvgSpriteExtractorTest.php This test plugin id (icon pack id).
SvgSpriteExtractorTest::$svgSpriteExtractorPlugin property core/tests/Drupal/Tests/Core/Theme/Icon/Plugin/SvgSpriteExtractorTest.php The SvgSpriteExtractor instance.
SystemBrandingOffCanvasForm::$plugin property core/modules/system/src/Form/SystemBrandingOffCanvasForm.php The block plugin.
SystemBrandingOffCanvasForm::$plugin property core/modules/settings_tray/src/Form/SystemBrandingOffCanvasForm.php The block plugin.
SystemMenuOffCanvasForm::$plugin property core/modules/settings_tray/src/Form/SystemMenuOffCanvasForm.php The plugin.
SystemMenuOffCanvasForm::$plugin property core/modules/system/src/Form/SystemMenuOffCanvasForm.php The plugin.
SystemMenuOffCanvasForm::setPlugin function core/modules/system/src/Form/SystemMenuOffCanvasForm.php Sets the plugin for this object.
SystemMenuOffCanvasForm::setPlugin function core/modules/settings_tray/src/Form/SystemMenuOffCanvasForm.php
Table::$usesRowPlugin property core/modules/views/src/Plugin/views/style/Table.php
TarTest::$archiverPluginId property core/tests/Drupal/KernelTests/Core/Archiver/TarTest.php The archiver plugin identifier.
TaxonomyTermReferenceFieldTest::$plugin property core/modules/taxonomy/tests/src/Unit/Plugin/migrate/field/TaxonomyTermReferenceFieldTest.php The migrate field plugin.
template_preprocess_views_ui_style_plugin_table function core/modules/views_ui/views_ui.module Prepares variables for style plugin table templates.
Test::getPluginDefinition function core/modules/media/tests/modules/media_test_source/src/Plugin/media/Source/Test.php Gets the definition of the plugin implementation.
TestBlockPluginWithRefinableDependentAccessInterface interface core/modules/layout_builder/tests/src/Unit/BlockComponentRenderArrayTest.php Test interface for dependent access block plugins.
TestConfigEntityWithPluginCollections class core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityBaseUnitTest.php Stub class for testing.
TestConfigEntityWithPluginCollections::$pluginCollection property core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityBaseUnitTest.php The plugin collection.
TestConfigEntityWithPluginCollections::$pluginManager property core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityBaseUnitTest.php The plugin manager.
TestConfigEntityWithPluginCollections::$the_plugin_collection_config property core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityBaseUnitTest.php The configuration for the plugin collection.
TestConfigEntityWithPluginCollections::getPluginCollections function core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityBaseUnitTest.php
TestConfigEntityWithPluginCollections::setPluginManager function core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityBaseUnitTest.php
TestConfigurableContextAwarePluginInterface interface core/tests/Drupal/Tests/Core/Plugin/ContextHandlerTest.php Test interface used for creating mock classes in tests.
TestConfigurablePlugin class core/tests/Drupal/Tests/Core/Plugin/Fixtures/TestConfigurablePlugin.php A configurable plugin implementation used for testing.
TestConfigurablePlugin.php file core/tests/Drupal/Tests/Core/Plugin/Fixtures/TestConfigurablePlugin.php
TestConfigurablePlugin::calculateDependencies function core/tests/Drupal/Tests/Core/Plugin/Fixtures/TestConfigurablePlugin.php
TestConfigurablePlugin::onCollectionDependencyRemoval function core/tests/Drupal/Tests/Core/Plugin/Fixtures/TestConfigurablePlugin.php
TestContextAwarePlugin class core/tests/Drupal/KernelTests/Core/Plugin/ContextHandlerTest.php Provides a test implementation of a context-aware plugin.
TestContextAwarePlugin class core/tests/Drupal/KernelTests/Core/Plugin/Context/ContextAwarePluginTraitTest.php Context aware plugin test class.
TestContextAwarePlugin::$setContextCalled property core/tests/Drupal/KernelTests/Core/Plugin/Context/ContextAwarePluginTraitTest.php Indicates if ::setContext() has been called or not.
TestContextAwarePlugin::setContext function core/tests/Drupal/KernelTests/Core/Plugin/Context/ContextAwarePluginTraitTest.php
TestContextAwarePluginDefinition class core/tests/Drupal/KernelTests/Core/Plugin/Context/ContextAwarePluginTraitTest.php A plugin definition test class.
TestFilteredPluginManager class core/tests/Drupal/Tests/Core/Plugin/FilteredPluginManagerTraitTest.php Class that allows testing the trait.
TestFilteredPluginManager::$contextHandler property core/tests/Drupal/Tests/Core/Plugin/FilteredPluginManagerTraitTest.php The context handler.
TestFilteredPluginManager::$definitions property core/tests/Drupal/Tests/Core/Plugin/FilteredPluginManagerTraitTest.php An array of plugin definitions.
TestFilteredPluginManager::$moduleHandler property core/tests/Drupal/Tests/Core/Plugin/FilteredPluginManagerTraitTest.php The module handler.
TestFilteredPluginManager::$themeManager property core/tests/Drupal/Tests/Core/Plugin/FilteredPluginManagerTraitTest.php The theme manager.
TestFilteredPluginManager::contextHandler function core/tests/Drupal/Tests/Core/Plugin/FilteredPluginManagerTraitTest.php
TestFilteredPluginManager::getDefinitions function core/tests/Drupal/Tests/Core/Plugin/FilteredPluginManagerTraitTest.php
TestFilteredPluginManager::getType function core/tests/Drupal/Tests/Core/Plugin/FilteredPluginManagerTraitTest.php
TestFilteredPluginManager::moduleHandler function core/tests/Drupal/Tests/Core/Plugin/FilteredPluginManagerTraitTest.php
TestFilteredPluginManager::themeManager function core/tests/Drupal/Tests/Core/Plugin/FilteredPluginManagerTraitTest.php
TestFilteredPluginManager::__construct function core/tests/Drupal/Tests/Core/Plugin/FilteredPluginManagerTraitTest.php
TestHelperPlugin class core/modules/views/src/Tests/TestHelperPlugin.php Wraps the plugin base class to be able to instantiate it.
TestHelperPlugin.php file core/modules/views/src/Tests/TestHelperPlugin.php
TestHelperPlugin::$definedOptions property core/modules/views/src/Tests/TestHelperPlugin.php Stores the defined options.
TestHelperPlugin::defineOptions function core/modules/views/src/Tests/TestHelperPlugin.php

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