Search for plugin
- Search 7.x for plugin
- Search 8.9.x for plugin
- Search 10.3.x for plugin
- Search 11.x for plugin
- Other projects
Exact matches
Title | Object type | File name | Summary |
---|---|---|---|
Plugin | class | composer/ |
Composer plugin for handling drupal scaffold. |
Plugin | class | core/ |
Defines a Plugin annotation object. |
All search results
Title | Object type | File name | Summary |
---|---|---|---|
AnnotatedClassDiscovery::$pluginNamespaces | property | core/ |
The namespaces within which to find plugin classes. |
AnnotatedClassDiscovery::getPluginNamespaces | function | core/ |
Gets an array of PSR-4 namespaces to search for plugin classes. |
AnnotatedClassDiscovery::getPluginNamespaces | function | core/ |
Gets an array of PSR-4 namespaces to search for plugin classes. |
AnnotatedClassDiscoveryTest::testGetPluginNamespaces | function | core/ |
@covers ::__construct @covers ::getPluginNamespaces |
AnnotationBridgeDecorator::$pluginDefinitionAnnotationName | property | core/ |
The name of the annotation that contains the plugin definition. |
AreaPluginBase | class | core/ |
Base class for area handler plugins. |
AreaPluginBase.php | file | core/ |
|
AreaPluginBase::$areaType | property | core/ |
The type of this area handler, i.e. 'header', 'footer', or 'empty'. |
AreaPluginBase::adminSummary | function | core/ |
Provide text for the administrative summary. |
AreaPluginBase::buildOptionsForm | function | core/ |
Provide a form to edit options for this plugin. |
AreaPluginBase::defineOptions | function | core/ |
Information about options for all kinds of purposes will be held here. |
AreaPluginBase::init | function | core/ |
Overrides Drupal\views\Plugin\views\HandlerBase::init(). |
AreaPluginBase::isEmpty | function | core/ |
Does that area have nothing to show. |
AreaPluginBase::preRender | function | core/ |
Performs any operations needed before full rendering. |
AreaPluginBase::render | function | core/ |
Render the area. |
AreaPluginBase::usesGroupBy | function | core/ |
Provides the handler some groupby. |
ArgumentDefaultPluginBase | class | core/ |
The fixed argument default handler; also used as the base. |
ArgumentDefaultPluginBase.php | file | core/ |
|
ArgumentDefaultPluginBase::$argument | property | core/ |
The argument handler instance associated with this plugin. |
ArgumentDefaultPluginBase::access | function | core/ |
Determine if the administrator has the privileges to use this plugin. |
ArgumentDefaultPluginBase::buildOptionsForm | function | core/ |
Provide the default form for setting options. |
ArgumentDefaultPluginBase::checkAccess | function | core/ |
Disables the given option if the user does not have access. |
ArgumentDefaultPluginBase::defineOptions | function | core/ |
Retrieve the options when this is a new access control plugin. |
ArgumentDefaultPluginBase::getArgument | function | core/ |
Return the default argument. |
ArgumentDefaultPluginBase::getCacheTags | function | core/ |
|
ArgumentDefaultPluginBase::setArgument | function | core/ |
Sets the parent argument this plugin is associated with. |
ArgumentDefaultPluginBase::submitOptionsForm | function | core/ |
Provide the default form for submitting options. |
ArgumentDefaultPluginBase::validateOptionsForm | function | core/ |
Provide the default form for validating options. |
ArgumentDefaultTest::testArgumentDefaultPlugin | function | core/ |
Tests the argument default test plugin. |
ArgumentDefaultTest::testPluginArgumentDefaultCurrentUser | function | core/ |
Tests the current user with argument default. |
ArgumentPluginBase | class | core/ |
Base class for argument (contextual filter) handler plugins. |
ArgumentPluginBase.php | file | core/ |
|
ArgumentPluginBase::$argument | property | core/ |
|
ArgumentPluginBase::$name_field | property | core/ |
The field to use for the name to display in the summary. |
ArgumentPluginBase::$name_table | property | core/ |
The table to use for the name, should it not be in the same table as the argument. |
ArgumentPluginBase::$validator | property | core/ |
|
ArgumentPluginBase::$value | property | core/ |
|
ArgumentPluginBase::buildOptionsForm | function | core/ |
Provide a form to edit options for this plugin. |
ArgumentPluginBase::calculateDependencies | function | core/ |
Calculates dependencies for the configured plugin. |
ArgumentPluginBase::decodeValidatorId | function | core/ |
Revert sanitized validator options. |
ArgumentPluginBase::defaultAccessDenied | function | core/ |
Default action: access denied. |
ArgumentPluginBase::defaultAction | function | core/ |
Handle the default action, which means our argument wasn't present. |
ArgumentPluginBase::defaultActions | function | core/ |
Default actions. |
ArgumentPluginBase::defaultArgumentForm | function | core/ |
Provides a form for selecting the default argument. |
ArgumentPluginBase::defaultDefault | function | core/ |
Returns true, since the argument builder knows where to find the argument. |
ArgumentPluginBase::defaultEmpty | function | core/ |
Default action: empty. |
ArgumentPluginBase::defaultIgnore | function | core/ |
Default action: ignore. |
ArgumentPluginBase::defaultNotFound | function | core/ |
Default action: not found. |
ArgumentPluginBase::defaultSummary | function | core/ |
Default action: summary. |
ArgumentPluginBase::defaultSummaryForm | function | core/ |
Provides a form for selecting summary options. |
Pagination
- Previous page
- Page 2
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.