public function JobItemInterface::getStateIcon in Translation Management Tool 8
Returns a render array to display a job item state icon.
Return value
array|null A render array for the icon or NULL if there is none for the current state.
1 method overrides JobItemInterface::getStateIcon()
- JobItem::getStateIcon in src/
Entity/ JobItem.php - Returns a render array to display a job item state icon.
File
- src/
JobItemInterface.php, line 576
Class
- JobItemInterface
- Interface for tmgmt_job_item entity.
Namespace
Drupal\tmgmtCode
public function getStateIcon();