'If I had more time this would be very witty :(.']; } /** * {@inheritdoc} */ public function validateConfigurationForm(array &$form, FormStateInterface $form_state) { parent::validateConfigurationForm($form, $form_state); $form_state->setError($form['label'], 'Sorry system error. Please save again.'); } }