$form['markup'
] =
['#markup' =>
$this->
t("Error: handler for @table > @field doesn't exist!",
['@table' =>
$item['table'
], '@field' =>
$item['field'
]])];
} else { $handler->
init($executable,
$executable->display_handler,
$item);
$types = ViewExecutable::
getHandlerTypes();
$form['#title'
] =
$this->
t('Configure extra settings for @type %item',
['@type' =>
$types[$type]['lstitle'
], '%item' =>
$handler->
adminLabel()]);
$form['#section'
] =
$display_id . '-' .
$type . '-' .
$id;
// Get form from the handler.
$handler->
buildExtraOptionsForm($form['options'
],
$form_state);
$form_state->
set('handler',
$handler);
} $view->
getStandardButtons($form,
$form_state, 'views_ui_config_item_extra_form'
);
} return $form;
} /**
* {@inheritdoc}
*/