function tmgmt_test_tmgmt_job_item_state_definitions_alter

Implements hook_tmgmt_job_item_state_definitions_alter().

File

tmgmt_test/tmgmt_test.module, line 67
Module file of the translation management test module.

Code

function tmgmt_test_tmgmt_job_item_state_definitions_alter(&$definitions) {
  $definitions['tmgmt_test_generating'] = [
    'label' => t('Translation is requested from the elders of the Internet'),
    'type' => 'translator_state',
    'icon' => \Drupal::service('extension.list.module')
      ->getPath('tmgmt') . '/icons/earth.svg',
    'show_job_filter' => TRUE,
  ];
}