function FormBase::create

Same name and namespace in other branches
  1. 11.x core/lib/Drupal/Core/Form/FormBase.php \Drupal\Core\Form\FormBase::create()
  2. 10 core/lib/Drupal/Core/Form/FormBase.php \Drupal\Core\Form\FormBase::create()
  3. 9 core/lib/Drupal/Core/Form/FormBase.php \Drupal\Core\Form\FormBase::create()
  4. 8.9.x core/lib/Drupal/Core/Form/FormBase.php \Drupal\Core\Form\FormBase::create()
77 methods override FormBase::create()
ActiveWorkspaceTestForm::create in core/modules/workspaces/tests/modules/workspaces_test/src/Form/ActiveWorkspaceTestForm.php
Instantiates a new instance of this class.
AddFormBase::create in core/modules/media_library/src/Form/AddFormBase.php
Instantiates a new instance of this class.
BanAdmin::create in core/modules/ban/src/Form/BanAdmin.php
Instantiates a new instance of this class.
BanDelete::create in core/modules/ban/src/Form/BanDelete.php
Instantiates a new instance of this class.
CommentAdminOverview::create in core/modules/comment/src/Form/CommentAdminOverview.php
Instantiates a new instance of this class.

... See full list

File

core/lib/Drupal/Core/Form/FormBase.php, line 83

Class

FormBase
Provides a base class for forms.

Namespace

Drupal\Core\Form

Code

public static function create(ContainerInterface $container) {
  return new static();
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.