DerivablePluginDefinitionInterface.php |
file |
core/lib/Drupal/Component/Plugin/Definition/DerivablePluginDefinitionInterface.php |
|
DerivablePluginDefinitionInterface::getDeriver |
function |
core/lib/Drupal/Component/Plugin/Definition/DerivablePluginDefinitionInterface.php |
Gets the name of the deriver of this plugin definition, if it exists. |
DerivablePluginDefinitionInterface::setDeriver |
function |
core/lib/Drupal/Component/Plugin/Definition/DerivablePluginDefinitionInterface.php |
Sets the deriver of this plugin definition. |
DerivativeDiscoveryDecorator::decodePluginId |
function |
core/lib/Drupal/Component/Plugin/Discovery/DerivativeDiscoveryDecorator.php |
Decodes derivative id and plugin id from a string. |
DerivativeDiscoveryDecorator::encodePluginId |
function |
core/lib/Drupal/Component/Plugin/Discovery/DerivativeDiscoveryDecorator.php |
Encodes plugin and derivative id's into a string. |
DirectoryWithMetadataPluginDiscovery |
class |
core/modules/sdc/src/Plugin/Discovery/DirectoryWithMetadataPluginDiscovery.php |
Discover directories that contain a specific metadata file. |
DirectoryWithMetadataPluginDiscovery |
class |
core/lib/Drupal/Core/Plugin/Discovery/DirectoryWithMetadataPluginDiscovery.php |
Discover directories that contain a specific metadata file. |
DirectoryWithMetadataPluginDiscovery.php |
file |
core/lib/Drupal/Core/Plugin/Discovery/DirectoryWithMetadataPluginDiscovery.php |
|
DirectoryWithMetadataPluginDiscovery.php |
file |
core/modules/sdc/src/Plugin/Discovery/DirectoryWithMetadataPluginDiscovery.php |
|
DirectoryWithMetadataPluginDiscovery::__construct |
function |
core/modules/sdc/src/Plugin/Discovery/DirectoryWithMetadataPluginDiscovery.php |
Constructs a YamlDirectoryDiscovery object. |
DirectoryWithMetadataPluginDiscovery::__construct |
function |
core/lib/Drupal/Core/Plugin/Discovery/DirectoryWithMetadataPluginDiscovery.php |
Constructs a DirectoryWithMetadataPluginDiscovery object. |
DisplayExtenderPluginBase |
class |
core/modules/views/src/Plugin/views/display_extender/DisplayExtenderPluginBase.php |
Base class for Views display extender plugins. |
DisplayExtenderPluginBase.php |
file |
core/modules/views/src/Plugin/views/display_extender/DisplayExtenderPluginBase.php |
|
DisplayExtenderPluginBase::buildOptionsForm |
function |
core/modules/views/src/Plugin/views/display_extender/DisplayExtenderPluginBase.php |
Provide a form to edit options for this plugin. |
DisplayExtenderPluginBase::defaultableSections |
function |
core/modules/views/src/Plugin/views/display_extender/DisplayExtenderPluginBase.php |
Gets a list of defaultable sections and the items they contain. |
DisplayExtenderPluginBase::defineOptionsAlter |
function |
core/modules/views/src/Plugin/views/display_extender/DisplayExtenderPluginBase.php |
Provide a form to edit options for this plugin. |
DisplayExtenderPluginBase::optionsSummary |
function |
core/modules/views/src/Plugin/views/display_extender/DisplayExtenderPluginBase.php |
Provide the default summary for options in the views UI. |
DisplayExtenderPluginBase::preExecute |
function |
core/modules/views/src/Plugin/views/display_extender/DisplayExtenderPluginBase.php |
Set up any variables on the view prior to execution. |
DisplayExtenderPluginBase::query |
function |
core/modules/views/src/Plugin/views/display_extender/DisplayExtenderPluginBase.php |
Inject anything into the query that the display_extender handler needs. |
DisplayExtenderPluginBase::submitOptionsForm |
function |
core/modules/views/src/Plugin/views/display_extender/DisplayExtenderPluginBase.php |
Handle any special handling on the validate form. |
DisplayExtenderPluginBase::validateOptionsForm |
function |
core/modules/views/src/Plugin/views/display_extender/DisplayExtenderPluginBase.php |
Validate the options form. |
DisplayKernelTest::$pluginTypes |
property |
core/modules/views/tests/src/Kernel/Plugin/DisplayKernelTest.php |
Views plugin types to test. |
DisplayKernelTest::testGetPlugin |
function |
core/modules/views/tests/src/Kernel/Plugin/DisplayKernelTest.php |
Tests the \Drupal\views\Plugin\views\display\DisplayPluginBase::getPlugin() method. |
DisplayPluginBase |
class |
core/modules/views/src/Plugin/views/display/DisplayPluginBase.php |
Base class for views display plugins. |
DisplayPluginBase.php |
file |
core/modules/views/src/Plugin/views/display/DisplayPluginBase.php |
|
DisplayPluginBase::$default_display |
property |
core/modules/views/src/Plugin/views/display/DisplayPluginBase.php |
|
DisplayPluginBase::$display |
property |
core/modules/views/src/Plugin/views/display/DisplayPluginBase.php |
The display information coming directly from the view entity. |
DisplayPluginBase::$extenders |
property |
core/modules/views/src/Plugin/views/display/DisplayPluginBase.php |
Stores all available display extenders. |
DisplayPluginBase::$handlers |
property |
core/modules/views/src/Plugin/views/display/DisplayPluginBase.php |
An array of instantiated handlers used in this display. |
DisplayPluginBase::$has_exposed |
property |
core/modules/views/src/Plugin/views/display/DisplayPluginBase.php |
|
DisplayPluginBase::$output |
property |
core/modules/views/src/Plugin/views/display/DisplayPluginBase.php |
Stores the rendered output of the display. |
DisplayPluginBase::$plugins |
property |
core/modules/views/src/Plugin/views/display/DisplayPluginBase.php |
An array of instantiated plugins used in this display. |
DisplayPluginBase::$unpackOptions |
property |
core/modules/views/src/Plugin/views/display/DisplayPluginBase.php |
Static cache for unpackOptions, but not if we are in the UI. |
DisplayPluginBase::$usesAJAX |
property |
core/modules/views/src/Plugin/views/display/DisplayPluginBase.php |
Whether the display allows the use of AJAX or not. |
DisplayPluginBase::$usesAreas |
property |
core/modules/views/src/Plugin/views/display/DisplayPluginBase.php |
Whether the display allows area plugins. |
DisplayPluginBase::$usesAttachments |
property |
core/modules/views/src/Plugin/views/display/DisplayPluginBase.php |
Whether the display allows attachments. |
DisplayPluginBase::$usesMore |
property |
core/modules/views/src/Plugin/views/display/DisplayPluginBase.php |
Whether the display allows the use of a 'more' link or not. |
DisplayPluginBase::$usesOptions |
property |
core/modules/views/src/Plugin/views/display/DisplayPluginBase.php |
Denotes whether the plugin has an additional options form. |
DisplayPluginBase::$usesPager |
property |
core/modules/views/src/Plugin/views/display/DisplayPluginBase.php |
Whether the display allows the use of a pager or not. |
DisplayPluginBase::$view |
property |
core/modules/views/src/Plugin/views/display/DisplayPluginBase.php |
The top object of a view. |
DisplayPluginBase::acceptAttachments |
function |
core/modules/views/src/Plugin/views/display/DisplayPluginBase.php |
Determines whether this display can use attachments. |
DisplayPluginBase::access |
function |
core/modules/views/src/Plugin/views/display/DisplayPluginBase.php |
Determines if the user has access to this display of the view. |
DisplayPluginBase::ajaxEnabled |
function |
core/modules/views/src/Plugin/views/display/DisplayPluginBase.php |
Whether the display is actually using AJAX or not. |
DisplayPluginBase::applyDisplayCacheabilityMetadata |
function |
core/modules/views/src/Plugin/views/display/DisplayPluginBase.php |
Applies the cacheability of the current display to the given render array. |
DisplayPluginBase::attachTo |
function |
core/modules/views/src/Plugin/views/display/DisplayPluginBase.php |
Allows displays to attach to other views. |
DisplayPluginBase::buildBasicRenderable |
function |
core/modules/views/src/Plugin/views/display/DisplayPluginBase.php |
Builds a basic render array which can be properly render cached. |
DisplayPluginBase::buildOptionsForm |
function |
core/modules/views/src/Plugin/views/display/DisplayPluginBase.php |
Provide a form to edit options for this plugin. |
DisplayPluginBase::buildRenderable |
function |
core/modules/views/src/Plugin/views/display/DisplayPluginBase.php |
Builds a renderable array of the view. |
DisplayPluginBase::buildRenderingLanguageOptions |
function |
core/modules/views/src/Plugin/views/display/DisplayPluginBase.php |
Returns the available rendering strategies for language-aware entities. |
DisplayPluginBase::calculateCacheMetadata |
function |
core/modules/views/src/Plugin/views/display/DisplayPluginBase.php |
Calculates the display's cache metadata by inspecting each handler/plugin. |