You are here

protected property BookExport::$nodeStorage in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/book/src/BookExport.php \Drupal\book\BookExport::nodeStorage
  2. 10 core/modules/book/src/BookExport.php \Drupal\book\BookExport::nodeStorage

The node storage.

Type: \Drupal\Core\Entity\EntityStorageInterface

File

core/modules/book/src/BookExport.php, line 21

Class

BookExport
Provides methods for exporting book to different formats.

Namespace

Drupal\book

Code

protected $nodeStorage;