You are here

public function LingotekConfigChunk::getDescription in Lingotek Translation 7.5

Same name and namespace in other branches
  1. 7.3 lib/Drupal/lingotek/LingotekConfigChunk.php \LingotekConfigChunk::getDescription()
  2. 7.4 lib/Drupal/lingotek/LingotekConfigChunk.php \LingotekConfigChunk::getDescription()

Return the description for the current chunk

Return value

string The description of the current chunk

Overrides LingotekTranslatableEntity::getDescription

File

lib/Drupal/lingotek/LingotekConfigChunk.php, line 144
Defines LingotekConfigChunk.

Class

LingotekConfigChunk
A class wrapper for Lingotek-specific behavior on ConfigChunks.

Code

public function getDescription() {
  return $this
    ->getTitle();
}