public function JobInterface::hasTranslator

Checks if the translator and the plugin exist.

Return value

bool TRUE if exists, FALSE otherwise.

1 method overrides JobInterface::hasTranslator()
Job::hasTranslator in src/Entity/Job.php
Checks if the translator and the plugin exist.

File

src/JobInterface.php, line 336

Class

JobInterface
Interface for tmgmt_job entity.

Namespace

Drupal\tmgmt

Code

public function hasTranslator();