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
ImageEffectPluginCollection::sortHelper function core/modules/image/src/ImageEffectPluginCollection.php Provides uasort() callback to sort plugins.
ImageEffectsTest::$imageEffectPluginManager property core/modules/image/tests/src/Kernel/ImageEffectsTest.php The image effect plugin manager service.
ImageStyle::getImageEffectPluginManager function core/modules/image/src/Entity/ImageStyle.php Returns the image effect plugin manager.
ImageStyle::getPluginCollections function core/modules/image/src/Entity/ImageStyle.php
ImageToolkitOperationManager::getToolkitOperationPluginId function core/lib/Drupal/Core/ImageToolkit/ImageToolkitOperationManager.php Returns the plugin ID for a given toolkit and operation.
InvalidPluginDefinitionException class core/lib/Drupal/Component/Plugin/Exception/InvalidPluginDefinitionException.php Defines a class for invalid plugin definition exceptions.
InvalidPluginDefinitionException.php file core/lib/Drupal/Component/Plugin/Exception/InvalidPluginDefinitionException.php
InvalidPluginDefinitionException::$pluginId property core/lib/Drupal/Component/Plugin/Exception/InvalidPluginDefinitionException.php The plugin ID of the mapper.
InvalidPluginDefinitionException::getPluginId function core/lib/Drupal/Component/Plugin/Exception/InvalidPluginDefinitionException.php Gets the plugin ID of the mapper that raised the exception.
InvalidPluginDefinitionException::__construct function core/lib/Drupal/Component/Plugin/Exception/InvalidPluginDefinitionException.php Constructs an InvalidPluginDefinitionException.
JoinPluginBase class core/modules/views/src/Plugin/views/join/JoinPluginBase.php Represents a join and creates the SQL necessary to implement the join.
JoinPluginBase.php file core/modules/views/src/Plugin/views/join/JoinPluginBase.php
JoinPluginBase::$adjusted property core/modules/views/src/Plugin/views/join/JoinPluginBase.php Defines whether a join has been adjusted.
JoinPluginBase::$configuration property core/modules/views/src/Plugin/views/join/JoinPluginBase.php The configuration array passed by initJoin.
JoinPluginBase::$extra property core/modules/views/src/Plugin/views/join/JoinPluginBase.php An array of extra conditions on the join.
JoinPluginBase::$extraOperator property core/modules/views/src/Plugin/views/join/JoinPluginBase.php How all the extras will be combined. Either AND or OR.
JoinPluginBase::$field property core/modules/views/src/Plugin/views/join/JoinPluginBase.php The field to join on (right field).
JoinPluginBase::$leftField property core/modules/views/src/Plugin/views/join/JoinPluginBase.php The field we join to.
JoinPluginBase::$leftFormula property core/modules/views/src/Plugin/views/join/JoinPluginBase.php A formula to be used instead of the left field.
JoinPluginBase::$leftTable property core/modules/views/src/Plugin/views/join/JoinPluginBase.php The table we join to.
JoinPluginBase::$table property core/modules/views/src/Plugin/views/join/JoinPluginBase.php The table to join (right table).
JoinPluginBase::$type property core/modules/views/src/Plugin/views/join/JoinPluginBase.php The join type, so for example LEFT (default) or INNER.
JoinPluginBase::buildExtra function core/modules/views/src/Plugin/views/join/JoinPluginBase.php Builds a single extra condition.
JoinPluginBase::buildJoin function core/modules/views/src/Plugin/views/join/JoinPluginBase.php Builds the SQL for the join this object represents.
JoinPluginBase::joinAddExtra function core/modules/views/src/Plugin/views/join/JoinPluginBase.php Adds the extras to the join condition.
JoinPluginBase::__construct function core/modules/views/src/Plugin/views/join/JoinPluginBase.php Constructs a Drupal\views\Plugin\views\join\JoinPluginBase object.
JoinPluginInterface interface core/modules/views/src/Plugin/views/join/JoinPluginInterface.php Represents a join and creates the SQL necessary to implement the join.
JoinPluginInterface.php file core/modules/views/src/Plugin/views/join/JoinPluginInterface.php
JoinPluginInterface::buildJoin function core/modules/views/src/Plugin/views/join/JoinPluginInterface.php Builds the SQL for the join this object represents.
JoinTest::testBasePlugin function core/modules/views/tests/src/Kernel/Plugin/JoinTest.php Tests the join plugin base.
JoinTest::testExamplePlugin function core/modules/views/tests/src/Kernel/Plugin/JoinTest.php Tests an example join plugin.
Language::getDynamicPluginConfig function core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/Language.php Allows a plugin to modify its static configuration.
LanguageNegotiationContentEntityTest::getPluginClass function core/modules/language/tests/src/Unit/Plugin/LanguageNegotiation/LanguageNegotiationContentEntityTest.php Returns the plugin class to use for creating the language negotiation plugin.
LanguageNegotiationTestBase::createLanguageNegotiationPlugin function core/modules/language/tests/src/Unit/Plugin/LanguageNegotiation/LanguageNegotiationTestBase.php Creates a @LanguageNegotiation plugin using the factory ::create method.
LanguageNegotiationTestBase::getPluginClass function core/modules/language/tests/src/Unit/Plugin/LanguageNegotiation/LanguageNegotiationTestBase.php Returns the plugin class to use for creating the language negotiation plugin.
LanguageNegotiatorPluginTest class core/modules/language/tests/src/Kernel/LanguageNegotiatorPluginTest.php Tests PluginNotFoundException.
LanguageNegotiatorPluginTest.php file core/modules/language/tests/src/Kernel/LanguageNegotiatorPluginTest.php
LanguageNegotiatorPluginTest::$modules property core/modules/language/tests/src/Kernel/LanguageNegotiatorPluginTest.php Modules to install.
LanguageNegotiatorPluginTest::testLanguageNegotiatorNoPlugin function core/modules/language/tests/src/Kernel/LanguageNegotiatorPluginTest.php Tests for PluginNotFoundException.
LanguagePluginTest class core/modules/ckeditor5/tests/src/Unit/LanguagePluginTest.php @coversDefaultClass \Drupal\ckeditor5\Plugin\CKEditor5Plugin\Language
@group ckeditor5
@internal
LanguagePluginTest.php file core/modules/ckeditor5/tests/src/Unit/LanguagePluginTest.php
LanguagePluginTest::buildExpectedDynamicConfig function core/modules/ckeditor5/tests/src/Unit/LanguagePluginTest.php Builds the expected dynamic configuration output given a language list.
LanguagePluginTest::providerGetDynamicPluginConfig function core/modules/ckeditor5/tests/src/Unit/LanguagePluginTest.php Provides a list of configs to test.
LanguagePluginTest::testGetDynamicPluginConfig function core/modules/ckeditor5/tests/src/Unit/LanguagePluginTest.php @covers ::getDynamicPluginConfig
@dataProvider providerGetDynamicPluginConfig
layout-test-plugin.html.twig file core/modules/system/tests/modules/layout_test/templates/layout-test-plugin.html.twig Template for layout_test_plugin layout.
LayoutBuilderBlocksTest::testPluginsProvidingCustomAttributesAndContextualLinks function core/modules/layout_builder/tests/src/Functional/LayoutBuilderBlocksTest.php Tests that block plugins can define custom attributes and contextual links.
LayoutBuilderBlocksTest::testPreviewAwarePlugins function core/modules/layout_builder/tests/src/Functional/LayoutBuilderBlocksTest.php Tests preview-aware layout & block plugins.
LayoutBuilderSectionStorageTest::testRenderByContextAwarePluginDelegate function core/modules/layout_builder/tests/src/Functional/LayoutBuilderSectionStorageTest.php Tests that section loading is delegated to plugins during rendering.
LayoutBuilderTest::testPluginDependencies function core/modules/layout_builder/tests/src/Functional/LayoutBuilderTest.php Tests that component's dependencies are respected during removal.
LayoutBuilderTestPlugin class core/modules/layout_builder/tests/modules/layout_builder_test/src/Plugin/Layout/LayoutBuilderTestPlugin.php The Layout Builder Test Plugin.

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