public function Job::isTranslatable

File

src/Entity/Job.php, line 984

Class

Job
Entity class for the tmgmt_job entity.

Namespace

Drupal\tmgmt\Entity

Code

public function isTranslatable() {

  // Translation jobs themself can not be translated.
  return FALSE;
}