'#title_display' => 'invisible',
'#type' => 'select',
'#options' =>
$group_options,
'#default_value' =>
$field['group'
],
'#attributes' =>
[ 'class' =>
['views-region-select', 'views-region-' .
$id],
],
'#access' =>
$field['group'
] !== 'ungroupable',
];
if ($handler) { $name =
$handler->
adminLabel() . ' ' .
$handler->
adminSummary();
if (!
empty($field['relationship'
]) && !
empty($relationships[$field['relationship'
]])) { $name = '(' .
$relationships[$field['relationship'
]] . ') ' .
$name;
} $form['filters'
][$id]['name'
] =
[ '#markup' =>
$name,
];
} else { $form['filters'
][$id]['name'
] =
['#markup' =>
$this->
t('Broken field @id',
['@id' =>
$id])];
}