public function LingotekConfigChunk::getId in Lingotek Translation 7.3
Same name and namespace in other branches
- 7.4 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
File
- lib/
Drupal/ lingotek/ LingotekConfigChunk.php, line 106 - Defines LingotekConfigChunk.
Class
- LingotekConfigChunk
- A class wrapper for Lingotek-specific behavior on ConfigChunks.
Code
public function getId() {
return $this->cid;
}