You are here

function tmgmt_test_tmgmt_job_item_state_definitions_alter in Translation Management Tool 8

Implements hook_tmgmt_job_item_state_definitions_alter().

File

tmgmt_test/tmgmt_test.module, line 65
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_get_path('module', 'tmgmt') . '/icons/earth.svg',
    'show_job_filter' => TRUE,
  ];
}