function FormBase::create

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/Form/FormBase.php \Drupal\Core\Form\FormBase::create()
  2. 8.9.x core/lib/Drupal/Core/Form/FormBase.php \Drupal\Core\Form\FormBase::create()
  3. 10 core/lib/Drupal/Core/Form/FormBase.php \Drupal\Core\Form\FormBase::create()

Overrides ContainerInjectionInterface::create

109 methods override FormBase::create()
ActionAdminManageForm::create in core/modules/action/src/Form/ActionAdminManageForm.php
Instantiates a new instance of this class.
ActionFormBase::create in core/modules/action/src/Form/ActionFormBase.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.

... See full list

File

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

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.