You are here

protected property BookAdminEditForm::$nodeStorage in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/book/src/Form/BookAdminEditForm.php \Drupal\book\Form\BookAdminEditForm::nodeStorage

The node storage.

Type: \Drupal\Core\Entity\EntityStorageInterface

File

core/modules/book/src/Form/BookAdminEditForm.php, line 28

Class

BookAdminEditForm
Provides a form for administering a single book's hierarchy.

Namespace

Drupal\book\Form

Code

protected $nodeStorage;