You are here

protected property BookRemoveForm::$node in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/book/src/Form/BookRemoveForm.php \Drupal\book\Form\BookRemoveForm::node

The node representing the book.

Type: \Drupal\node\NodeInterface

File

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

Class

BookRemoveForm
Remove form for book module.

Namespace

Drupal\book\Form

Code

protected $node;