You are here

function tmgmt_smartling_views_data_alter in TMGMT Translator Smartling 8.2

Same name and namespace in other branches
  1. 8.4 tmgmt_smartling.module \tmgmt_smartling_views_data_alter()
  2. 8 tmgmt_smartling.module \tmgmt_smartling_views_data_alter()
  3. 8.3 tmgmt_smartling.module \tmgmt_smartling_views_data_alter()

Implements hook_views_data_alter().

File

./tmgmt_smartling.module, line 127
Contains

Code

function tmgmt_smartling_views_data_alter(array &$data) {
  $data['tmgmt_job']['smartling_dashboard'] = array(
    'title' => t('Link to Smartling Dashboard'),
    'field' => array(
      'title' => t('Link to Smartling Dashboard'),
      //'help' => t('Flags a specific node type.'),
      'id' => 'tmgmt_smartling_dashboard_link',
    ),
  );
}