plugin.manager.sdc |
service |
core/core.services.yml |
Drupal\Core\Theme\ComponentPluginManager |
plugin.manager.search |
service |
core/modules/search/search.services.yml |
Drupal\search\SearchPluginManager |
plugin.manager.tour.tip |
service |
core/modules/tour/tour.services.yml |
Drupal\tour\TipPluginManager |
plugin.manager.views.access |
service |
core/modules/views/views.services.yml |
Drupal\views\Plugin\ViewsPluginManager |
plugin.manager.views.area |
service |
core/modules/views/views.services.yml |
Drupal\views\Plugin\ViewsHandlerManager |
plugin.manager.views.argument |
service |
core/modules/views/views.services.yml |
Drupal\views\Plugin\ViewsHandlerManager |
plugin.manager.views.argument_default |
service |
core/modules/views/views.services.yml |
Drupal\views\Plugin\ViewsPluginManager |
plugin.manager.views.argument_validator |
service |
core/modules/views/views.services.yml |
Drupal\views\Plugin\ViewsPluginManager |
plugin.manager.views.cache |
service |
core/modules/views/views.services.yml |
Drupal\views\Plugin\ViewsPluginManager |
plugin.manager.views.display |
service |
core/modules/views/views.services.yml |
Drupal\views\Plugin\ViewsPluginManager |
plugin.manager.views.display_extender |
service |
core/modules/views/views.services.yml |
Drupal\views\Plugin\ViewsPluginManager |
plugin.manager.views.exposed_form |
service |
core/modules/views/views.services.yml |
Drupal\views\Plugin\ViewsPluginManager |
plugin.manager.views.field |
service |
core/modules/views/views.services.yml |
Drupal\views\Plugin\ViewsHandlerManager |
plugin.manager.views.filter |
service |
core/modules/views/views.services.yml |
Drupal\views\Plugin\ViewsHandlerManager |
plugin.manager.views.join |
service |
core/modules/views/views.services.yml |
Drupal\views\Plugin\ViewsHandlerManager |
plugin.manager.views.pager |
service |
core/modules/views/views.services.yml |
Drupal\views\Plugin\ViewsPluginManager |
plugin.manager.views.query |
service |
core/modules/views/views.services.yml |
Drupal\views\Plugin\ViewsPluginManager |
plugin.manager.views.relationship |
service |
core/modules/views/views.services.yml |
Drupal\views\Plugin\ViewsHandlerManager |
plugin.manager.views.row |
service |
core/modules/views/views.services.yml |
Drupal\views\Plugin\ViewsPluginManager |
plugin.manager.views.sort |
service |
core/modules/views/views.services.yml |
Drupal\views\Plugin\ViewsHandlerManager |
plugin.manager.views.style |
service |
core/modules/views/views.services.yml |
Drupal\views\Plugin\ViewsPluginManager |
plugin.manager.views.wizard |
service |
core/modules/views/views.services.yml |
Drupal\views\Plugin\ViewsPluginManager |
plugin.manager.workflows.type |
service |
core/modules/workflows/workflows.services.yml |
Drupal\workflows\WorkflowTypeManager |
Plugin.php |
file |
core/lib/Drupal/Component/Annotation/Plugin.php |
|
Plugin.php |
file |
core/lib/Drupal/Component/Plugin/Attribute/Plugin.php |
|
Plugin.php |
file |
composer/Plugin/Scaffold/Plugin.php |
|
Plugin::$composer |
property |
composer/Plugin/Scaffold/Plugin.php |
The Composer service. |
Plugin::$definition |
property |
core/lib/Drupal/Component/Annotation/Plugin.php |
The plugin definition read from the class annotation. |
Plugin::$handler |
property |
composer/Plugin/Scaffold/Plugin.php |
The Composer Scaffold handler. |
Plugin::$io |
property |
composer/Plugin/Scaffold/Plugin.php |
Composer's I/O service. |
Plugin::$requireWasCalled |
property |
composer/Plugin/Scaffold/Plugin.php |
Record whether the 'require' command was called. |
Plugin::activate |
function |
composer/Plugin/Scaffold/Plugin.php |
|
Plugin::deactivate |
function |
composer/Plugin/Scaffold/Plugin.php |
|
Plugin::get |
function |
core/lib/Drupal/Component/Annotation/Plugin.php |
Gets the value of an annotation. |
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 |