You are here

function lingotek_grid_clear_filters_page in Lingotek Translation 7.7

Same name and namespace in other branches
  1. 7.4 lingotek.bulk_grid.inc \lingotek_grid_clear_filters_page()
  2. 7.5 lingotek.bulk_grid.inc \lingotek_grid_clear_filters_page()
  3. 7.6 lingotek.bulk_grid.inc \lingotek_grid_clear_filters_page()
1 string reference to 'lingotek_grid_clear_filters_page'
lingotek_menu in ./lingotek.module
Implements hook_menu().

File

./lingotek.bulk_grid.inc, line 1743

Code

function lingotek_grid_clear_filters_page($entity_type) {
  lingotek_grid_clear_filters($entity_type);
  drupal_goto('admin/settings/lingotek/manage/' . $entity_type);
}