public function PluginBase::getPluginId

Implements Drupal\Component\Plugin\PluginInterface::getPluginId().

Overrides PluginInspectionInterface::getPluginId

9 calls to PluginBase::getPluginId()
FormatterBase::view in drupal/core/modules/field/lib/Drupal/field/Plugin/Type/Formatter/FormatterBase.php
Implements Drupal\field\Plugin\Type\Formatter\FormatterInterface::view().
LegacyFormatter::prepareView in drupal/core/modules/field/lib/Drupal/field/Plugin/field/formatter/LegacyFormatter.php
Implements Drupal\field\Plugin\Type\Formatter\FormatterInterface::prepareView().
LegacyFormatter::settingsForm in drupal/core/modules/field/lib/Drupal/field/Plugin/field/formatter/LegacyFormatter.php
Implements Drupal\field\Plugin\Type\Formatter\FormatterInterface::settingsForm().
LegacyFormatter::settingsSummary in drupal/core/modules/field/lib/Drupal/field/Plugin/field/formatter/LegacyFormatter.php
Implements Drupal\field\Plugin\Type\Formatter\FormatterInterface::settingsSummary().
LegacyFormatter::viewElements in drupal/core/modules/field/lib/Drupal/field/Plugin/field/formatter/LegacyFormatter.php
Implements Drupal\field\Plugin\Type\Formatter\FormatterInterface::viewElements().

... See full list

File

drupal/core/lib/Drupal/Component/Plugin/PluginBase.php, line 57
Definition of Drupal\Component\Plugin\PluginBase

Class

PluginBase
Base class for plugins wishing to support metadata inspection.

Namespace

Drupal\Component\Plugin

Code

public function getPluginId() {
  return $this->plugin_id;
}