function NodeUserHooks::__construct

Same name and namespace in other branches
  1. 11.x core/modules/node/src/Hook/NodeUserHooks.php \Drupal\node\Hook\NodeUserHooks::__construct()

NodeHooks constructor.

File

core/modules/node/src/Hook/NodeUserHooks.php, line 20

Class

NodeUserHooks
Hook implementations for the node module.

Namespace

Drupal\node\Hook

Code

public function __construct(protected EntityTypeManagerInterface $entityTypeManager, protected NodeBulkUpdate $nodeBulkUpdate) {
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.