You are here

public function PermissionsByTermRebuildCommands::__construct in Permissions by Term 8.2

File

src/Commands/PermissionsByTermRebuildCommands.php, line 18

Class

PermissionsByTermRebuildCommands
A Drush commandfile.

Namespace

Drupal\permissions_by_term\Commands

Code

public function __construct(NodeAccess $nodeAccess) {
  $this->nodeAccess = $nodeAccess;
}