You are here

protected property ForumController::$nodeTypeStorage in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/forum/src/Controller/ForumController.php \Drupal\forum\Controller\ForumController::nodeTypeStorage
  2. 9 core/modules/forum/src/Controller/ForumController.php \Drupal\forum\Controller\ForumController::nodeTypeStorage

Node type storage handler.

Type: \Drupal\Core\Entity\EntityStorageInterface

File

core/modules/forum/src/Controller/ForumController.php, line 64

Class

ForumController
Controller routines for forum routes.

Namespace

Drupal\forum\Controller

Code

protected $nodeTypeStorage;