Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. PluginInspectionInterface.php

function PluginInspectionInterface::getPluginId

Gets the plugin ID of the plugin instance.

Return value

string The plugin ID of the plugin instance.

33 calls to PluginInspectionInterface::getPluginId()
ConditionPluginBase::getConfiguration in core/lib/Drupal/Core/Condition/ConditionPluginBase.php
Gets this plugin's configuration.
FileMediaFormatterBase::viewElements in core/modules/file/src/Plugin/Field/FieldFormatter/FileMediaFormatterBase.php
Builds a renderable array for a field value.
FilterBase::getConfiguration in core/modules/filter/src/Plugin/FilterBase.php
Gets this plugin's configuration.
FormatterBase::view in core/lib/Drupal/Core/Field/FormatterBase.php
Builds a renderable array for a fully themed field.
GDToolkit::load in core/modules/system/src/Plugin/ImageToolkit/GDToolkit.php
Loads an image from a file.

... See full list

2 methods override PluginInspectionInterface::getPluginId()
PluginBase::getPluginId in core/lib/Drupal/Component/Plugin/PluginBase.php
Gets the plugin ID of the plugin instance.
TypedData::getPluginId in core/lib/Drupal/Core/TypedData/TypedData.php
Gets the plugin ID of the plugin instance.

File

core/lib/Drupal/Component/Plugin/PluginInspectionInterface.php, line 21

Class

PluginInspectionInterface
Plugin interface for providing some metadata inspection.

Namespace

Drupal\Component\Plugin

Code

public function getPluginId();
RSS feed
Powered by Drupal