Search for plugin
- Search 7.x for plugin
- Search 9.5.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 |
|---|---|---|---|
| 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/ |
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/ |
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 form for submitting options |
| ArgumentDefaultPluginBase::validateOptionsForm | function | core/ |
Provide the default form 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 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/ |
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/ |
Provide a list of default behaviors for this argument if the argument is not present. |
| ArgumentPluginBase::defaultArgumentForm | function | core/ |
Provide a form for selecting the default argument when the default action is set to provide default argument. |
| ArgumentPluginBase::defaultDefault | function | core/ |
This just returns true. The view argument builder will know where to find the argument from. |
| 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/ |
Provide a form for selecting further summary options when the default action is set to display one. |
| ArgumentPluginBase::defineOptions | function | core/ |
Information about options for all kinds of purposes will be held here. |
| ArgumentPluginBase::encodeValidatorId | function | core/ |
Sanitize validator options including derivatives with : for js. |
| ArgumentPluginBase::exceptionTitle | function | core/ |
|
| ArgumentPluginBase::getCacheContexts | function | core/ |
The cache contexts associated with this object. |
| ArgumentPluginBase::getCacheMaxAge | function | core/ |
The maximum age for which this object may be cached. |
| ArgumentPluginBase::getCacheTags | function | core/ |
The cache tags associated with this object. |
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.