Tabs are used to add separations to the form and are necessary for the correct display of the form.
$form['tab_id'] = [
'type' => 'tab',
'title' => t('Content')
];
Tabs are used to add separations to the form and are necessary for the correct display of the form.
$form['tab_id'] = [
'type' => 'tab',
'title' => t('Content')
];