You are here

protected function ThemePluginBase::formatter in Display Suite 8.2

Same name and namespace in other branches
  1. 8.4 src/Plugin/DsField/ThemePluginBase.php \Drupal\ds\Plugin\DsField\ThemePluginBase::formatter()
  2. 8.3 src/Plugin/DsField/ThemePluginBase.php \Drupal\ds\Plugin\DsField\ThemePluginBase::formatter()

Returns the formatter for the theming function.

1 call to ThemePluginBase::formatter()
ThemePluginBase::build in src/Plugin/DsField/ThemePluginBase.php
Renders a field.

File

src/Plugin/DsField/ThemePluginBase.php, line 25

Class

ThemePluginBase
The base plugin to create DS theme fields.

Namespace

Drupal\ds\Plugin\DsField

Code

protected function formatter() {
  return '';
}