You are here

public function FilterFormatAddForm::form in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/filter/src/FilterFormatAddForm.php \Drupal\filter\FilterFormatAddForm::form()

Gets the actual form array to be built.

Overrides FilterFormatFormBase::form

See also

\Drupal\Core\Entity\EntityForm::processForm()

\Drupal\Core\Entity\EntityForm::afterBuild()

File

core/modules/filter/src/FilterFormatAddForm.php, line 17

Class

FilterFormatAddForm
Provides a form for adding a filter format.

Namespace

Drupal\filter

Code

public function form(array $form, FormStateInterface $form_state) {
  return parent::form($form, $form_state);
}