function hook_tmgmt_job_item_state_definitions_alter

Allows to alter job state definitions.

Parameters

array $definitions: The definitions array.

See also

\Drupal\tmgmt\Entity\JobItem::getStateDefinitions()

1 function implements hook_tmgmt_job_item_state_definitions_alter()

Note: this list is generated by pattern matching, so it may include some functions that are not actually implementations of this hook.

tmgmt_test_tmgmt_job_item_state_definitions_alter in tmgmt_test/tmgmt_test.module
Implements hook_tmgmt_job_item_state_definitions_alter().
1 invocation of hook_tmgmt_job_item_state_definitions_alter()

File

./tmgmt.api.php, line 340
Hooks provided by the Translation Management module.

Code

function hook_tmgmt_job_item_state_definitions_alter(&$definitions) {
}