FilterFormatAddForm::form

public FilterFormatAddForm::form(array $form, FormStateInterface $form_state)

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 15

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);
}
doc_Drupal
2016-10-29 09:14:37
Comments
Leave a Comment

Please login to continue.