You are here

protected property ForumController::$nodeAccess in Drupal 10

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

Node access control handler.

Type: \Drupal\Core\Entity\EntityAccessControlHandlerInterface

File

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

Class

ForumController
Controller routines for forum routes.

Namespace

Drupal\forum\Controller

Code

protected $nodeAccess;