You are here

public function PropertyManagerTrait::setPropertyManager in ThemeKey 8

Sets the ThemeKey Property manager to use.

Parameters

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

Return value

$this

File

src/PropertyManagerTrait.php, line 36

Class

PropertyManagerTrait

Namespace

Drupal\themekey

Code

public function setPropertyManager(PluginManagerInterface $propertyManager) {
  $this->propertyManager = $propertyManager;
  return $this;
}