Field handler which shows the link for translating translation task items.
@ViewsField("tmgmt_job_item_state");
Expanded class hierarchy of JobItemState
class JobItemState extends NumericField {
/**
* {@inheritdoc}
*/
public function render(ResultRow $values) {
/** @var \Drupal\tmgmt\JobItemInterface $job_item */
$job_item = $this
->getEntity($values);
return $job_item
->getStateIcon();
}
}
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
JobItemState:: |
public | function |