public function CreateFixtureNodesForTestingCommands::__construct in Permissions by Term 8.2
File
- src/
Commands/ CreateFixtureNodesForTestingCommands.php, line 27
Class
- CreateFixtureNodesForTestingCommands
- A Drush commandfile.
Namespace
Drupal\permissions_by_term\CommandsCode
public function __construct(AccessStorage $accessStorage) {
$this->accessStorage = $accessStorage;
$this->random = new Random();
}