function ViewsUiThemeHooks::themeSuggestionsViewsUiViewPreviewSection

Implements hook_theme_suggestions_HOOK().

Attributes

#[Hook('theme_suggestions_views_ui_view_preview_section')]

File

core/modules/views_ui/src/Hook/ViewsUiThemeHooks.php, line 63

Class

ViewsUiThemeHooks
Hook implementations for views_ui.

Namespace

Drupal\views_ui\Hook

Code

public function themeSuggestionsViewsUiViewPreviewSection(array $variables) : array {
  return [
    'views_ui_view_preview_section__' . $variables['section'],
  ];
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.