You are here

function tmgmt_local_views_default_views in Translation Management Tool 7

Implements hook_default_views().

File

translators/tmgmt_local/tmgmt_local.module, line 218
Main module file for the local translation module.

Code

function tmgmt_local_views_default_views() {
  return _tmgmt_load_exports('tmgmt_local', 'views', 'view.inc', 'view');
}