Search for plugin

  1. Search 7.x for plugin
  2. Search 8.9.x for plugin
  3. Search 10.3.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.

All search results

Title Object type File name Summary
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.
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::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.
ArgumentDefaultPluginBase::defineOptions function core/modules/views/src/Plugin/views/argument_default/ArgumentDefaultPluginBase.php Retrieve the options when this is a new access control plugin.
ArgumentDefaultPluginBase::getArgument function core/modules/views/src/Plugin/views/argument_default/ArgumentDefaultPluginBase.php Return the default argument.
ArgumentDefaultPluginBase::getCacheTags function core/modules/views/src/Plugin/views/argument_default/ArgumentDefaultPluginBase.php
ArgumentDefaultPluginBase::setArgument function core/modules/views/src/Plugin/views/argument_default/ArgumentDefaultPluginBase.php Sets the parent argument this plugin is associated with.
ArgumentDefaultPluginBase::submitOptionsForm function core/modules/views/src/Plugin/views/argument_default/ArgumentDefaultPluginBase.php Provide the default form for submitting options.
ArgumentDefaultPluginBase::validateOptionsForm function core/modules/views/src/Plugin/views/argument_default/ArgumentDefaultPluginBase.php Provide the default form for validating options.
ArgumentDefaultTest::testArgumentDefaultPlugin function core/modules/views/tests/src/Functional/Plugin/ArgumentDefaultTest.php Tests the argument default test plugin.
ArgumentDefaultTest::testPluginArgumentDefaultCurrentUser function core/modules/user/tests/src/Kernel/Views/ArgumentDefaultTest.php Tests the current user with argument default.
ArgumentPluginBase class core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php Base class for argument (contextual filter) handler plugins.
ArgumentPluginBase.php file core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php
ArgumentPluginBase::$argument property core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php
ArgumentPluginBase::$name_field property core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php The field to use for the name to display in the summary.
ArgumentPluginBase::$name_table property core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php The table to use for the name, should it not be in the same table as the argument.
ArgumentPluginBase::$validator property core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php
ArgumentPluginBase::$value property core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php
ArgumentPluginBase::buildOptionsForm function core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php Provide a form to edit options for this plugin.
ArgumentPluginBase::calculateDependencies function core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php Calculates dependencies for the configured plugin.
ArgumentPluginBase::decodeValidatorId function core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php Revert sanitized validator options.
ArgumentPluginBase::defaultAccessDenied function core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php Default action: access denied.
ArgumentPluginBase::defaultAction function core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php Handle the default action, which means our argument wasn't present.
ArgumentPluginBase::defaultActions function core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php Default actions.
ArgumentPluginBase::defaultArgumentForm function core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php Provides a form for selecting the default argument.
ArgumentPluginBase::defaultDefault function core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php Returns true, since the argument builder knows where to find the argument.
ArgumentPluginBase::defaultEmpty function core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php Default action: empty.
ArgumentPluginBase::defaultIgnore function core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php Default action: ignore.
ArgumentPluginBase::defaultNotFound function core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php Default action: not found.
ArgumentPluginBase::defaultSummary function core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php Default action: summary.
ArgumentPluginBase::defaultSummaryForm function core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php Provides a form for selecting summary options.

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