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 |
---|---|---|---|
DependentPluginInterface.php | file | core/ |
|
DependentPluginInterface::calculateDependencies | function | core/ |
Calculates dependencies for the configured plugin. |
DependentWithRemovalPluginInterface | interface | core/ |
Provides an interface for a plugin that has dependencies that can be removed. |
DependentWithRemovalPluginInterface.php | file | core/ |
|
DependentWithRemovalPluginInterface::onDependencyRemoval | function | core/ |
Allows a plugin to define whether it should be removed. |
DerivablePluginDefinitionInterface | interface | core/ |
Provides an interface for a derivable plugin definition. |
DerivablePluginDefinitionInterface.php | file | core/ |
|
DerivablePluginDefinitionInterface::getDeriver | function | core/ |
Gets the name of the deriver of this plugin definition, if it exists. |
DerivablePluginDefinitionInterface::setDeriver | function | core/ |
Sets the deriver of this plugin definition. |
DerivativeDiscoveryDecorator::decodePluginId | function | core/ |
Decodes derivative id and plugin id from a string. |
DerivativeDiscoveryDecorator::encodePluginId | function | core/ |
Encodes plugin and derivative id's into a string. |
DisplayExtenderPluginBase | class | core/ |
Base class for Views display extender plugins. |
DisplayExtenderPluginBase.php | file | core/ |
|
DisplayExtenderPluginBase::buildOptionsForm | function | core/ |
Provide a form to edit options for this plugin. |
DisplayExtenderPluginBase::defaultableSections | function | core/ |
Static member function to list which sections are defaultable and what items each section contains. |
DisplayExtenderPluginBase::defineOptionsAlter | function | core/ |
Provide a form to edit options for this plugin. |
DisplayExtenderPluginBase::optionsSummary | function | core/ |
Provide the default summary for options in the views UI. |
DisplayExtenderPluginBase::preExecute | function | core/ |
Set up any variables on the view prior to execution. |
DisplayExtenderPluginBase::query | function | core/ |
Inject anything into the query that the display_extender handler needs. |
DisplayExtenderPluginBase::submitOptionsForm | function | core/ |
Handle any special handling on the validate form. |
DisplayExtenderPluginBase::validateOptionsForm | function | core/ |
Validate the options form. |
DisplayKernelTest::$pluginTypes | property | core/ |
Views plugin types to test. |
DisplayKernelTest::testGetPlugin | function | core/ |
Tests the \Drupal\views\Plugin\views\display\DisplayPluginBase::getPlugin() method. |
DisplayPluginBase | class | core/ |
Base class for views display plugins. |
DisplayPluginBase.php | file | core/ |
|
DisplayPluginBase::$display | property | core/ |
The display information coming directly from the view entity. |
DisplayPluginBase::$extenders | property | core/ |
Stores all available display extenders. |
DisplayPluginBase::$handlers | property | core/ |
An array of instantiated handlers used in this display. |
DisplayPluginBase::$output | property | core/ |
Stores the rendered output of the display. |
DisplayPluginBase::$plugins | property | core/ |
An array of instantiated plugins used in this display. |
DisplayPluginBase::$unpackOptions | property | core/ |
Static cache for unpackOptions, but not if we are in the UI. |
DisplayPluginBase::$usesAJAX | property | core/ |
Whether the display allows the use of AJAX or not. |
DisplayPluginBase::$usesAreas | property | core/ |
Whether the display allows area plugins. |
DisplayPluginBase::$usesAttachments | property | core/ |
Whether the display allows attachments. |
DisplayPluginBase::$usesMore | property | core/ |
Whether the display allows the use of a 'more' link or not. |
DisplayPluginBase::$usesOptions | property | core/ |
Denotes whether the plugin has an additional options form. |
DisplayPluginBase::$usesPager | property | core/ |
Whether the display allows the use of a pager or not. |
DisplayPluginBase::$view | property | core/ |
The top object of a view. |
DisplayPluginBase::acceptAttachments | function | core/ |
Determines whether this display can use attachments. |
DisplayPluginBase::access | function | core/ |
Determines if the user has access to this display of the view. |
DisplayPluginBase::ajaxEnabled | function | core/ |
Whether the display is actually using AJAX or not. |
DisplayPluginBase::applyDisplayCachablityMetadata | function | core/ |
Applies the cacheability of the current display to the given render array. |
DisplayPluginBase::applyDisplayCacheabilityMetadata | function | core/ |
Applies the cacheability of the current display to the given render array. |
DisplayPluginBase::attachTo | function | core/ |
Allows displays to attach to other views. |
DisplayPluginBase::buildBasicRenderable | function | core/ |
Builds a basic render array which can be properly render cached. |
DisplayPluginBase::buildOptionsForm | function | core/ |
Provide a form to edit options for this plugin. |
DisplayPluginBase::buildRenderable | function | core/ |
Builds a renderable array of the view. |
DisplayPluginBase::buildRenderingLanguageOptions | function | core/ |
Returns the available rendering strategies for language-aware entities. |
DisplayPluginBase::calculateCacheMetadata | function | core/ |
Calculates the display's cache metadata by inspecting each handler/plugin. |
DisplayPluginBase::calculateDependencies | function | core/ |
Calculates dependencies for the configured plugin. |
Pagination
- Previous page
- Page 14
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.