| PluginBase.php |
file |
core/lib/Drupal/Component/Plugin/PluginBase.php |
|
| PluginBase::$configuration |
property |
core/lib/Drupal/Component/Plugin/PluginBase.php |
Configuration information passed into the plugin. |
| PluginBase::$definition |
property |
core/modules/views/src/Plugin/views/PluginBase.php |
Plugins' definition. |
| PluginBase::$displayHandler |
property |
core/modules/views/src/Plugin/views/PluginBase.php |
The display object this plugin is for. |
| PluginBase::$options |
property |
core/modules/views/src/Plugin/views/PluginBase.php |
Options for this plugin will be held here. |
| PluginBase::$pluginDefinition |
property |
core/lib/Drupal/Component/Plugin/PluginBase.php |
The plugin implementation definition. |
| PluginBase::$pluginId |
property |
core/lib/Drupal/Component/Plugin/PluginBase.php |
The plugin ID. |
| PluginBase::$position |
property |
core/modules/views/src/Plugin/views/PluginBase.php |
The handler position. |
| PluginBase::$renderer |
property |
core/modules/views/src/Plugin/views/PluginBase.php |
Stores the render API renderer. |
| PluginBase::$usesOptions |
property |
core/modules/views/src/Plugin/views/PluginBase.php |
Denotes whether the plugin has an additional options form. |
| PluginBase::$view |
property |
core/modules/views/src/Plugin/views/PluginBase.php |
The top object of a view. |
| PluginBase::buildOptionsForm |
function |
core/modules/views/src/Plugin/views/PluginBase.php |
Provide a form to edit options for this plugin. |
| PluginBase::calculateDependencies |
function |
core/modules/views/src/Plugin/views/PluginBase.php |
Calculates dependencies for the configured plugin. |
| PluginBase::create |
function |
core/lib/Drupal/Core/Plugin/PluginBase.php |
Instantiates a new instance of the implementing class using autowiring. |
| PluginBase::defineOptions |
function |
core/modules/views/src/Plugin/views/PluginBase.php |
Information about options for all kinds of purposes will be held here. |
| PluginBase::DERIVATIVE_SEPARATOR |
constant |
core/lib/Drupal/Component/Plugin/PluginBase.php |
A string which is used to separate base plugin IDs from the derivative ID. |
| PluginBase::destroy |
function |
core/modules/views/src/Plugin/views/PluginBase.php |
Clears a plugin. |
| PluginBase::doFilterByDefinedOptions |
function |
core/modules/views/src/Plugin/views/PluginBase.php |
Do the work to filter out stored options depending on the defined options. |
| PluginBase::filterByDefinedOptions |
function |
core/modules/views/src/Plugin/views/PluginBase.php |
Filter out stored options depending on the defined options. |
| PluginBase::getAvailableGlobalTokens |
function |
core/modules/views/src/Plugin/views/PluginBase.php |
Returns an array of available token replacements. |
| PluginBase::getBaseId |
function |
core/lib/Drupal/Component/Plugin/PluginBase.php |
Gets the base_plugin_id of the plugin instance. |
| PluginBase::getDerivativeId |
function |
core/lib/Drupal/Component/Plugin/PluginBase.php |
Gets the derivative_id of the plugin instance. |
| PluginBase::getPluginDefinition |
function |
core/lib/Drupal/Component/Plugin/PluginBase.php |
Gets the definition of the plugin implementation. |
| PluginBase::getPluginId |
function |
core/lib/Drupal/Component/Plugin/PluginBase.php |
Gets the plugin ID of the plugin instance. |
| PluginBase::getProvider |
function |
core/modules/views/src/Plugin/views/PluginBase.php |
Returns the plugin provider. |
| PluginBase::getRenderer |
function |
core/modules/views/src/Plugin/views/PluginBase.php |
Returns the render API renderer. |
| PluginBase::globalTokenForm |
function |
core/modules/views/src/Plugin/views/PluginBase.php |
Adds elements for available core tokens to a form. |
| PluginBase::globalTokenReplace |
function |
core/modules/views/src/Plugin/views/PluginBase.php |
Returns a string with any core tokens replaced. |
| PluginBase::INCLUDE_ENTITY |
constant |
core/modules/views/src/Plugin/views/PluginBase.php |
Include entity row languages when listing languages. |
| PluginBase::INCLUDE_NEGOTIATED |
constant |
core/modules/views/src/Plugin/views/PluginBase.php |
Include negotiated languages when listing languages. |
| PluginBase::init |
function |
core/modules/views/src/Plugin/views/PluginBase.php |
Initialize the plugin. |
| PluginBase::isConfigurable |
function |
core/lib/Drupal/Component/Plugin/PluginBase.php |
Determines if the plugin is configurable. |
| PluginBase::listLanguages |
function |
core/modules/views/src/Plugin/views/PluginBase.php |
Makes an array of languages, optionally including special languages. |
| PluginBase::pluginTitle |
function |
core/modules/views/src/Plugin/views/PluginBase.php |
Return the human readable name of the display. |
| PluginBase::preRenderAddFieldsetMarkup |
function |
core/modules/views/src/Plugin/views/PluginBase.php |
Moves form elements into fieldsets for presentation purposes. |
| PluginBase::preRenderFlattenData |
function |
core/modules/views/src/Plugin/views/PluginBase.php |
Flattens the structure of form elements. |
| PluginBase::query |
function |
core/modules/views/src/Plugin/views/PluginBase.php |
Add anything to the query that we might need to. |
| PluginBase::queryLanguageSubstitutions |
function |
core/modules/views/src/Plugin/views/PluginBase.php |
Returns substitutions for Views queries for languages. |
| PluginBase::setOptionDefaults |
function |
core/modules/views/src/Plugin/views/PluginBase.php |
Fills up the options of the plugin with defaults. |
| PluginBase::submitOptionsForm |
function |
core/modules/views/src/Plugin/views/PluginBase.php |
Handle any special handling on the validate form. |
| PluginBase::summaryTitle |
function |
core/modules/views/src/Plugin/views/PluginBase.php |
Returns the summary of the settings in the display. |
| PluginBase::themeFunctions |
function |
core/modules/views/src/Plugin/views/PluginBase.php |
Provide a full list of possible theme templates used by this style. |
| PluginBase::trustedCallbacks |
function |
core/modules/views/src/Plugin/views/PluginBase.php |
Lists the trusted callbacks provided by the implementing class. |
| PluginBase::unpackOptions |
function |
core/modules/views/src/Plugin/views/PluginBase.php |
Unpacks options over our existing defaults. |
| PluginBase::usesOptions |
function |
core/modules/views/src/Plugin/views/PluginBase.php |
Returns the usesOptions property. |
| PluginBase::validate |
function |
core/modules/views/src/Plugin/views/PluginBase.php |
Validate that the plugin is correct and can be saved. |
| PluginBase::validateOptionsForm |
function |
core/modules/views/src/Plugin/views/PluginBase.php |
Validate the options form. |
| PluginBase::viewsTokenReplace |
function |
core/modules/views/src/Plugin/views/PluginBase.php |
Replaces Views' tokens in a given string. |
| PluginBase::VIEWS_QUERY_LANGUAGE_SITE_DEFAULT |
constant |
core/modules/views/src/Plugin/views/PluginBase.php |
Query string to indicate the site default language. |
| PluginBase::__construct |
function |
core/modules/views/src/Plugin/views/PluginBase.php |
Constructs a PluginBase object. |