You are here

public function DsFieldTemplateInterface::getThemeFunction in Display Suite 8.3

Same name and namespace in other branches
  1. 8.4 src/Plugin/DsFieldTemplate/DsFieldTemplateInterface.php \Drupal\ds\Plugin\DsFieldTemplate\DsFieldTemplateInterface::getThemeFunction()
  2. 8.2 src/Plugin/DsFieldTemplate/DsFieldTemplateInterface.php \Drupal\ds\Plugin\DsFieldTemplate\DsFieldTemplateInterface::getThemeFunction()

Gets the chosen theme function.

Return value

string The theme function.

1 method overrides DsFieldTemplateInterface::getThemeFunction()
DsFieldTemplateBase::getThemeFunction in src/Plugin/DsFieldTemplate/DsFieldTemplateBase.php
Gets the chosen theme function.

File

src/Plugin/DsFieldTemplate/DsFieldTemplateInterface.php, line 52

Class

DsFieldTemplateInterface
Defines a common interface for all ds field template plugins.

Namespace

Drupal\ds\Plugin\DsFieldTemplate

Code

public function getThemeFunction();