function FilterFormatAddForm::form
Overrides FilterFormatFormBase::form
File
-
core/
modules/ filter/ src/ FilterFormatAddForm.php, line 17
Class
- FilterFormatAddForm
- Provides a form for adding a filter format.
Namespace
Drupal\filterCode
public function form(array $form, FormStateInterface $form_state) {
return parent::form($form, $form_state);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.