function BookRemoveForm::create

Same name and namespace in other branches
  1. 8.9.x core/modules/book/src/Form/BookRemoveForm.php \Drupal\book\Form\BookRemoveForm::create()
  2. 10 core/modules/book/src/Form/BookRemoveForm.php \Drupal\book\Form\BookRemoveForm::create()
  3. 11.x core/modules/book/src/Form/BookRemoveForm.php \Drupal\book\Form\BookRemoveForm::create()

Overrides FormBase::create

File

core/modules/book/src/Form/BookRemoveForm.php, line 45

Class

BookRemoveForm
Remove form for book module.

Namespace

Drupal\book\Form

Code

public static function create(ContainerInterface $container) {
    return new static($container->get('book.manager'));
}

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