responsive_tables_filter.routing.yml in Responsive Tables Filter 8
3 string references to YAML keys in responsive_tables_filter.routing.yml
- responsive_tables_filter_preprocess_table in ./
responsive_tables_filter.module - Implements hook_preprocess_table().
- responsive_tables_filter_preprocess_views_view_table in ./
responsive_tables_filter.module - Implements template_preprocess_views_view_table().
- responsive_tables_filter_update_8001 in ./
responsive_tables_filter.install - Set initial responsive tables filter settings for existing sites.
File
responsive_tables_filter.routing.ymlView source
- responsive_tables_filter.settings:
- path: 'admin/config/content/responsive_tables_filter'
- defaults:
- _form: '\Drupal\responsive_tables_filter\Form\TablesawSettings'
- _title: 'Responsive Tables'
- requirements:
- _permission: 'administer site configuration'