You are here

public function LingotekConfigSet::getDescription in Lingotek Translation 7.6

Same name and namespace in other branches
  1. 7.7 lib/Drupal/lingotek/LingotekConfigSet.php \LingotekConfigSet::getDescription()

Return the description for the current set

Return value

string The description of the current set

Overrides LingotekTranslatableEntity::getDescription

File

lib/Drupal/lingotek/LingotekConfigSet.php, line 168
Defines LingotekConfigSet.

Class

LingotekConfigSet
A class wrapper for Lingotek-specific behavior on ConfigSets.

Code

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