function views_test_classy_subtheme_views_ui_display_tab_alter

Same name and namespace in other branches
  1. 9 core/modules/views_ui/tests/themes/views_test_classy_subtheme/views_test_classy_subtheme.theme \views_test_classy_subtheme_views_ui_display_tab_alter()

Implements hook_views_ui_display_tab_alter().

File

core/modules/views_ui/tests/themes/views_test_classy_subtheme/views_test_classy_subtheme.theme, line 13

Code

function views_test_classy_subtheme_views_ui_display_tab_alter(&$build, ViewUI $view, $display_id) {
    $build['details']['top']['display_title']['#description'] = 'This is text added to the display edit form';
}

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