Plugin::getCapabilities |
function |
composer/Plugin/Scaffold/Plugin.php |
|
Plugin::getClass |
function |
core/lib/Drupal/Component/Annotation/Plugin.php |
Gets the class of the annotated class. |
Plugin::getId |
function |
core/lib/Drupal/Component/Annotation/Plugin.php |
Gets the unique ID for this annotated class. |
Plugin::getProvider |
function |
core/lib/Drupal/Component/Annotation/Plugin.php |
Gets the name of the provider of the annotated class. |
Plugin::getSubscribedEvents |
function |
composer/Plugin/Scaffold/Plugin.php |
|
Plugin::handler |
function |
composer/Plugin/Scaffold/Plugin.php |
Instantiates the handler object upon demand. |
Plugin::onCommand |
function |
composer/Plugin/Scaffold/Plugin.php |
Pre command event callback. |
Plugin::parse |
function |
core/lib/Drupal/Component/Annotation/Plugin.php |
Parses an annotation into its definition. |
Plugin::postCmd |
function |
composer/Plugin/Scaffold/Plugin.php |
Post command event callback. |
Plugin::postPackage |
function |
composer/Plugin/Scaffold/Plugin.php |
Post package event behavior. |
Plugin::setClass |
function |
core/lib/Drupal/Component/Annotation/Plugin.php |
Sets the class of the annotated class. |
Plugin::setProvider |
function |
core/lib/Drupal/Component/Annotation/Plugin.php |
Sets the name of the provider of the annotated class. |
Plugin::uninstall |
function |
composer/Plugin/Scaffold/Plugin.php |
|
Plugin::__construct |
function |
core/lib/Drupal/Component/Annotation/Plugin.php |
Constructs a Plugin object. |
Plugin::__construct |
function |
core/lib/Drupal/Component/Plugin/Attribute/Plugin.php |
Constructs a plugin attribute object. |
PluginAlterTest |
class |
core/tests/Drupal/KernelTests/Core/Render/Element/PluginAlterTest.php |
@group Render |
PluginAlterTest.php |
file |
core/tests/Drupal/KernelTests/Core/Render/Element/PluginAlterTest.php |
|
PluginAlterTest::$modules |
property |
core/tests/Drupal/KernelTests/Core/Render/Element/PluginAlterTest.php |
Modules to install. |
PluginAlterTest::testPluginAlter |
function |
core/tests/Drupal/KernelTests/Core/Render/Element/PluginAlterTest.php |
Tests hook_element_plugin_alter(). |
PluginAwareInterface |
interface |
core/lib/Drupal/Component/Plugin/PluginAwareInterface.php |
Provides an interface for objects that depend on a plugin. |
PluginAwareInterface.php |
file |
core/lib/Drupal/Component/Plugin/PluginAwareInterface.php |
|
PluginAwareInterface::setPlugin |
function |
core/lib/Drupal/Component/Plugin/PluginAwareInterface.php |
Sets the plugin for this object. |
PluginBase |
class |
core/lib/Drupal/Component/Plugin/PluginBase.php |
Base class for plugins wishing to support metadata inspection. |
PluginBase |
class |
core/modules/views/src/Plugin/views/PluginBase.php |
Base class for any views plugin types. |
PluginBase |
class |
core/lib/Drupal/Core/Plugin/PluginBase.php |
Base class for plugins supporting metadata inspection and translation. |
PluginBase.php |
file |
core/lib/Drupal/Core/Plugin/PluginBase.php |
|
PluginBase.php |
file |
core/lib/Drupal/Component/Plugin/PluginBase.php |
|
PluginBase.php |
file |
core/modules/views/src/Plugin/views/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/modules/views/src/Plugin/views/PluginBase.php |
Creates an instance of the plugin. |
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. |