public function JobItemInterface::getTranslatorState

Returns the current translator state.

Translator states are expected to be exposed through hook_tmgmt_job_item_state_definitions_alter().

Return value

string|null The translator state or NULL if none is set.

1 method overrides JobItemInterface::getTranslatorState()
JobItem::getTranslatorState in src/Entity/JobItem.php
Returns the current translator state.

File

src/JobItemInterface.php, line 562

Class

JobItemInterface
Interface for tmgmt_job_item entity.

Namespace

Drupal\tmgmt

Code

public function getTranslatorState();