public function FieldValidationRuleSetDeleteForm::form in Field Validation 8
Gets the actual form array to be built.
Overrides EntityForm::form
See also
\Drupal\Core\Entity\EntityForm::processForm()
\Drupal\Core\Entity\EntityForm::afterBuild()
File
- src/
Form/ FieldValidationRuleSetDeleteForm.php, line 29
Class
- FieldValidationRuleSetDeleteForm
- Creates a form to delete FieldValidationRuleSet.
Namespace
Drupal\field_validation\FormCode
public function form(array $form, FormStateInterface $form_state) {
return parent::form($form, $form_state);
}