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
AccessPluginBase class core/modules/views/src/Plugin/views/access/AccessPluginBase.php The base plugin to handle access control.
AccessPluginBase.php file core/modules/views/src/Plugin/views/access/AccessPluginBase.php
AccessPluginBase::access function core/modules/views/src/Plugin/views/access/AccessPluginBase.php Determine if the current user has access or not.
AccessPluginBase::alterRouteDefinition function core/modules/views/src/Plugin/views/access/AccessPluginBase.php Allows access plugins to alter the route definition of a view.
AccessPluginBase::summaryTitle function core/modules/views/src/Plugin/views/access/AccessPluginBase.php Returns the summary of the settings in the display.
AccessTest::testStaticAccessPlugin function core/modules/views/tests/src/Functional/Plugin/AccessTest.php Tests static access check.
Action::$plugin property core/modules/system/src/Entity/Action.php The plugin ID of the action.
Action::$pluginCollection property core/modules/system/src/Entity/Action.php The plugin collection that stores action plugins.
Action::getPlugin function core/modules/system/src/Entity/Action.php Returns the operation plugin.
Action::getPluginCollection function core/modules/system/src/Entity/Action.php Encapsulates the creation of the action's LazyPluginCollection.
Action::getPluginCollections function core/modules/system/src/Entity/Action.php
Action::getPluginDefinition function core/modules/system/src/Entity/Action.php
Action::setPlugin function core/modules/system/src/Entity/Action.php
ActionConfigEntityInterface::getPlugin function core/modules/system/src/ActionConfigEntityInterface.php Returns the operation plugin.
ActionFormBase::getPlugin function core/modules/action/src/Form/ActionFormBase.php Gets the action plugin while ensuring it implements configuration form.
ActionPluginCollection class core/lib/Drupal/Core/Action/ActionPluginCollection.php Provides a container for lazily loading Action plugins.
ActionPluginCollection.php file core/lib/Drupal/Core/Action/ActionPluginCollection.php
ActionPluginCollection::get function core/lib/Drupal/Core/Action/ActionPluginCollection.php
ActionValidationTest::testInvalidPluginId function core/modules/system/tests/src/Kernel/Entity/ActionValidationTest.php Tests that the action plugin ID is validated.
AdminUiTest::testPluginSettingsFormSection function core/modules/ckeditor5/tests/src/FunctionalJavascript/AdminUiTest.php Tests the plugin settings form section.
Alignment::getDynamicPluginConfig function core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/Alignment.php Filters the alignment options to those chosen in editor config.
AlignmentPluginTest class core/modules/ckeditor5/tests/src/Unit/AlignmentPluginTest.php @coversDefaultClass \Drupal\ckeditor5\Plugin\CKEditor5Plugin\Alignment
@group ckeditor5
@internal
AlignmentPluginTest.php file core/modules/ckeditor5/tests/src/Unit/AlignmentPluginTest.php
AlignmentPluginTest::providerGetDynamicPluginConfig function core/modules/ckeditor5/tests/src/Unit/AlignmentPluginTest.php Provides a list of configs to test.
AlignmentPluginTest::testGetDynamicPluginConfig function core/modules/ckeditor5/tests/src/Unit/AlignmentPluginTest.php @covers ::getDynamicPluginConfig
@dataProvider providerGetDynamicPluginConfig
AnnotatedClassDiscovery::$pluginDefinitionAnnotationName property core/lib/Drupal/Component/Annotation/Plugin/Discovery/AnnotatedClassDiscovery.php The name of the annotation that contains the plugin definition.
AnnotatedClassDiscovery::$pluginNamespaces property core/lib/Drupal/Component/Annotation/Plugin/Discovery/AnnotatedClassDiscovery.php The namespaces within which to find plugin classes.
AnnotatedClassDiscovery::getPluginNamespaces function core/lib/Drupal/Component/Annotation/Plugin/Discovery/AnnotatedClassDiscovery.php Gets an array of PSR-4 namespaces to search for plugin classes.
AnnotatedClassDiscovery::getPluginNamespaces function core/lib/Drupal/Core/Plugin/Discovery/AnnotatedClassDiscovery.php Gets an array of PSR-4 namespaces to search for plugin classes.
AnnotatedClassDiscoveryTest::testGetPluginNamespaces function core/tests/Drupal/Tests/Component/Annotation/AnnotatedClassDiscoveryTest.php @covers ::__construct
@covers ::getPluginNamespaces
AnnotationBridgeDecorator::$pluginDefinitionAnnotationName property core/lib/Drupal/Component/Annotation/Plugin/Discovery/AnnotationBridgeDecorator.php The name of the annotation that contains the plugin definition.
ArchiverTestBase::$archiverPluginId property core/tests/Drupal/KernelTests/Core/Archiver/ArchiverTestBase.php The archiver plugin identifier.
AreaPluginBase class core/modules/views/src/Plugin/views/area/AreaPluginBase.php Base class for area handler plugins.
AreaPluginBase.php file core/modules/views/src/Plugin/views/area/AreaPluginBase.php
AreaPluginBase::$areaType property core/modules/views/src/Plugin/views/area/AreaPluginBase.php The type of this area handler, i.e. 'header', 'footer', or 'empty'.
AreaPluginBase::adminSummary function core/modules/views/src/Plugin/views/area/AreaPluginBase.php Provide text for the administrative summary.
AreaPluginBase::buildOptionsForm function core/modules/views/src/Plugin/views/area/AreaPluginBase.php Provide a form to edit options for this plugin.
AreaPluginBase::defineOptions function core/modules/views/src/Plugin/views/area/AreaPluginBase.php Information about options for all kinds of purposes will be held here.
AreaPluginBase::init function core/modules/views/src/Plugin/views/area/AreaPluginBase.php Overrides Drupal\views\Plugin\views\HandlerBase::init().
AreaPluginBase::isEmpty function core/modules/views/src/Plugin/views/area/AreaPluginBase.php Does that area have nothing to show.
AreaPluginBase::preRender function core/modules/views/src/Plugin/views/area/AreaPluginBase.php Performs any operations needed before full rendering.
AreaPluginBase::render function core/modules/views/src/Plugin/views/area/AreaPluginBase.php Render the area.
AreaPluginBase::usesGroupBy function core/modules/views/src/Plugin/views/area/AreaPluginBase.php Provides the handler some groupby.
ArgumentDefaultPluginBase class core/modules/views/src/Plugin/views/argument_default/ArgumentDefaultPluginBase.php The fixed argument default handler; also used as the base.
ArgumentDefaultPluginBase.php file core/modules/views/src/Plugin/views/argument_default/ArgumentDefaultPluginBase.php
ArgumentDefaultPluginBase::$argument property core/modules/views/src/Plugin/views/argument_default/ArgumentDefaultPluginBase.php The argument handler instance associated with this plugin.
ArgumentDefaultPluginBase::$option_name property core/modules/views/src/Plugin/views/argument_default/ArgumentDefaultPluginBase.php
ArgumentDefaultPluginBase::access function core/modules/views/src/Plugin/views/argument_default/ArgumentDefaultPluginBase.php Determine if the administrator has the privileges to use this plugin.
ArgumentDefaultPluginBase::buildOptionsForm function core/modules/views/src/Plugin/views/argument_default/ArgumentDefaultPluginBase.php Provide the default form for setting options.
ArgumentDefaultPluginBase::checkAccess function core/modules/views/src/Plugin/views/argument_default/ArgumentDefaultPluginBase.php Disables the given option if the user does not have access.

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