NodeHooks constructor.
\Drupal\Core\Entity\EntityTypeManagerInterface $entityTypeManager: The entity type manager.
\Drupal\Core\Extension\ModuleHandlerInterface $moduleHandler: The module handler
public function __construct(EntityTypeManagerInterface $entityTypeManager, ModuleHandlerInterface $moduleHandler) { $this->nodeStorage = $entityTypeManager->getStorage('node'); }