public function JobInterface::canRequestTranslation

Checks whether a job is translatable.

Return value

\Drupal\tmgmt\Translator\TranslatableResult Whether the job can be translated or not.

1 method overrides JobInterface::canRequestTranslation()
Job::canRequestTranslation in src/Entity/Job.php
Checks whether a job is translatable.

File

src/JobInterface.php, line 449

Class

JobInterface
Interface for tmgmt_job entity.

Namespace

Drupal\tmgmt

Code

public function canRequestTranslation();