public function LingotekConfigChunk::getTitle in Lingotek Translation 7.3
Same name and namespace in other branches
- 7.4 lib/Drupal/lingotek/LingotekConfigChunk.php \LingotekConfigChunk::getTitle()
- 7.5 lib/Drupal/lingotek/LingotekConfigChunk.php \LingotekConfigChunk::getTitle()
Return the title for the current chunk
Return value
string The title of the current chunk
File
- lib/
Drupal/ lingotek/ LingotekConfigChunk.php, line 116 - Defines LingotekConfigChunk.
Class
- LingotekConfigChunk
- A class wrapper for Lingotek-specific behavior on ConfigChunks.
Code
public function getTitle() {
return 'drupal_config_' . $this->min_lid . '-' . $this->max_lid;
}