public function JobItemInterface::hasTranslator

Checks if the translator exists.

Return value

bool TRUE if exists, FALSE otherwise.

1 method overrides JobItemInterface::hasTranslator()
JobItem::hasTranslator in src/Entity/JobItem.php
Checks if the translator exists.

File

src/JobItemInterface.php, line 148

Class

JobItemInterface
Interface for tmgmt_job_item entity.

Namespace

Drupal\tmgmt

Code

public function hasTranslator();