/** * {@inheritdoc} */ public function buildForm(array $form, FormStateInterface $form_state) { workflow_debug(__FILE__, __FUNCTION__, __LINE__); // @todo D8-port: still test this snippet. $form = parent::buildForm($form, $form_state); return $form; }