You are here

public static function JobInterface::getStates in Translation Management Tool 8

Returns a labeled list of all available states.

Return value

array A list of all available states.

1 method overrides JobInterface::getStates()
Job::getStates in src/Entity/Job.php
Returns a labeled list of all available states.

File

src/JobInterface.php, line 720

Class

JobInterface
Interface for tmgmt_job entity.

Namespace

Drupal\tmgmt

Code

public static function getStates();