public function JobItemInterface::getStateIcon

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 584

Class

JobItemInterface
Interface for tmgmt_job_item entity.

Namespace

Drupal\tmgmt

Code

public function getStateIcon();