Search for plugin

  1. Search 7.x for plugin
  2. Search 9.5.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
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 If we don't have access to the form but are showing it anyway, ensure that
the form is safe and cannot be changed from user input.
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 form for submitting options
ArgumentDefaultPluginBase::validateOptionsForm function core/modules/views/src/Plugin/views/argument_default/ArgumentDefaultPluginBase.php Provide the default form 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 use in the summary, which is
the displayed output. For example, for the node: nid argument,
the argument itself is the nid, but node.title is displayed.
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 Provide a list of default behaviors for this argument if the argument
is not present.
ArgumentPluginBase::defaultArgumentForm function core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php Provide a form for selecting the default argument when the
default action is set to provide default argument.
ArgumentPluginBase::defaultDefault function core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php This just returns true. The view argument builder will know where
to find the argument from.
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 Provide a form for selecting further summary options when the
default action is set to display one.
ArgumentPluginBase::defineOptions function core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php Information about options for all kinds of purposes will be held here.
ArgumentPluginBase::encodeValidatorId function core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php Sanitize validator options including derivatives with : for js.
ArgumentPluginBase::exceptionTitle function core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php
ArgumentPluginBase::getCacheContexts function core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php The cache contexts associated with this object.
ArgumentPluginBase::getCacheMaxAge function core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php The maximum age for which this object may be cached.
ArgumentPluginBase::getCacheTags function core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php The cache tags associated with this object.

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