You are here

public function OperatorManagerTrait::setOperatorManager in ThemeKey 8

Sets the ThemeKey Property manager to use.

Parameters

\Drupal\Component\Plugin\PluginManagerInterface: The ThemeKey Property manager.

Return value

$this

File

src/OperatorManagerTrait.php, line 36

Class

OperatorManagerTrait

Namespace

Drupal\themekey

Code

public function setOperatorManager(PluginManagerInterface $operatorManager) {
  $this->operatorManager = $operatorManager;
  return $this;
}