function ViewsOperations::__construct

File

core/modules/workspaces/src/Hook/ViewsOperations.php, line 35

Class

ViewsOperations
Defines a class for altering views queries.

Namespace

Drupal\workspaces\Hook

Code

public function __construct(EntityTypeManagerInterface $entityTypeManager, EntityFieldManagerInterface $entityFieldManager, WorkspaceManagerInterface $workspaceManager, WorkspaceInformationInterface $workspaceInfo, LanguageManagerInterface $languageManager, ?ViewsData $viewsData = NULL, ?ViewsHandlerManager $viewsJoinPluginManager = NULL) {
    $this->adjustedTables = new \WeakMap();
}

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