You are here

public function WorkspaceManagerInterface::addNegotiator in Multiversion 8

Parameters

\Drupal\multiversion\Workspace\WorkspaceNegotiatorInterface $negotiator:

int $priority:

1 method overrides WorkspaceManagerInterface::addNegotiator()
WorkspaceManager::addNegotiator in src/Workspace/WorkspaceManager.php

File

src/Workspace/WorkspaceManagerInterface.php, line 13

Class

WorkspaceManagerInterface

Namespace

Drupal\multiversion\Workspace

Code

public function addNegotiator(WorkspaceNegotiatorInterface $negotiator, $priority);