You are here

protected property BookNavigationBlock::$nodeStorage in Drupal 8

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

The node storage.

Type: \Drupal\Core\Entity\EntityStorageInterface

File

core/modules/book/src/Plugin/Block/BookNavigationBlock.php, line 45

Class

BookNavigationBlock
Provides a 'Book navigation' block.

Namespace

Drupal\book\Plugin\Block

Code

protected $nodeStorage;