public function LingotekConfigChunk::getId in Lingotek Translation 7.4
Same name and namespace in other branches
- 7.3 lib/Drupal/lingotek/LingotekConfigChunk.php \LingotekConfigChunk::getId()
- 7.5 lib/Drupal/lingotek/LingotekConfigChunk.php \LingotekConfigChunk::getId()
Return the chunk ID for the current chunk
Return value
int The ID of the current chunk, if it exists, otherwise NULL
Overrides LingotekTranslatableEntity::getId
File
- lib/
Drupal/ lingotek/ LingotekConfigChunk.php, line 108 - Defines LingotekConfigChunk.
Class
- LingotekConfigChunk
- A class wrapper for Lingotek-specific behavior on ConfigChunks.
Code
public function getId() {
return $this->cid;
}