You are here

public function LingotekConfigChunk::getDescription in Lingotek Translation 7.4

Same name and namespace in other branches
  1. 7.3 lib/Drupal/lingotek/LingotekConfigChunk.php \LingotekConfigChunk::getDescription()
  2. 7.5 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 128
Defines LingotekConfigChunk.

Class

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

Code

public function getDescription() {
  return 'Drupal configuration (' . $this->min_lid . '-' . $this->max_lid . ')';

  //'Drupal configuration strings (locales source table) between ' . $this->min_lid . ' and ' . $this->max_lid . '.';
}