You are here

public function FormatterBase::getPluginId in Blazy 7

Gets formatter plugin id.

1 call to FormatterBase::getPluginId()
BlazyEntityReferenceBase::settingsForm in src/Plugin/Field/FieldFormatter/BlazyEntityReferenceBase.php
Implements hook_field_formatter_settings_form().

File

src/Plugin/Field/FieldFormatter/FormatterBase.php, line 177

Class

FormatterBase
Base class for blazy/slick image, and file formatters.

Namespace

Drupal\blazy\Plugin\Field\FieldFormatter

Code

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