You are here

public function DsFieldInterface::getTitle in Display Suite 8.2

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

Returns the title of the field.

1 method overrides DsFieldInterface::getTitle()
DsFieldBase::getTitle in src/Plugin/DsField/DsFieldBase.php
Returns the title of the field.

File

src/Plugin/DsField/DsFieldInterface.php, line 84

Class

DsFieldInterface
Interface for DS plugins.

Namespace

Drupal\ds\Plugin\DsField

Code

public function getTitle();