public function JobItemInterface::getState

Returns the state of the job item. Can be one of the job item state constants.

Return value

int The state of the job item.

1 method overrides JobItemInterface::getState()
JobItem::getState in src/Entity/JobItem.php
Returns the state of the job item. Can be one of the job item state constants.

File

src/JobItemInterface.php, line 329

Class

JobItemInterface
Interface for tmgmt_job_item entity.

Namespace

Drupal\tmgmt

Code

public function getState();