function HistoryManager::__construct

Constructs a new HistoryManager object.

File

core/modules/history/src/HistoryManager.php, line 21

Class

HistoryManager
Helper functions for history module.

Namespace

Drupal\history

Code

public function __construct(protected AccountInterface $currentUser, protected ModuleHandlerInterface $moduleHandler, protected EntityTypeManagerInterface $entityTypeManager) {
}

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