views_ui_standard_display_dropdown(&$form, FormStateInterface $form_state, $section)
Add a <select> dropdown for a given section, allowing the user to change whether this info is stored on the default display or on the current display.
File
core/modules/views_ui/admin.inc, line 207 Provides the Views' administrative interface.
Code
function views_ui_standard_display_dropdown(&$form, FormStateInterface $form_state, $section) {
$view = $form_state->get('view');
$display_id