You are here

public function LingotekConfigChunk::getId in Lingotek Translation 7.5

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

Class

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

Code

public function getId() {
  return $this->cid;
}