Job::getState |
function |
src/Entity/Job.php |
Returns the state of the job. Can be one of the job state constants. |
Job::getStates |
function |
src/Entity/Job.php |
Returns a labeled list of all available states. |
JobItem::getState |
function |
src/Entity/JobItem.php |
Returns the state of the job item. Can be one of the job item state
constants. |
JobItem::getStates |
function |
src/Entity/JobItem.php |
Returns a labeled list of all available states. |
JobItem::getStateIcon |
function |
src/Entity/JobItem.php |
Returns a render array to display a job item state icon. |
JobInterface::getState |
function |
src/JobInterface.php |
Returns the state of the job. Can be one of the job state constants. |
JobInterface::getStates |
function |
src/JobInterface.php |
Returns a labeled list of all available states. |
JobItemInterface::getState |
function |
src/JobItemInterface.php |
Returns the state of the job item. Can be one of the job item state
constants. |
JobItemInterface::getStates |
function |
src/JobItemInterface.php |
Returns a labeled list of all available states. |
JobItem::getStateDefinitions |
function |
src/Entity/JobItem.php |
|
JobItemInterface::getStateIcon |
function |
src/JobItemInterface.php |
Returns a render array to display a job item state icon. |