function 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.