function views_ui_theme_suggestions_views_ui_view_preview_section

views_ui_theme_suggestions_views_ui_view_preview_section(array $variables)

Implements hook_theme_suggestions_HOOK().

File

core/modules/views_ui/views_ui.theme.inc, line 528
Preprocessors and theme functions for the Views UI.

Code

function views_ui_theme_suggestions_views_ui_view_preview_section(array $variables) {
  return array('views_ui_view_preview_section__' . $variables['section']);
}

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/core!modules!views_ui!views_ui.theme.inc/function/views_ui_theme_suggestions_views_ui_view_preview_section/8.1.x