You are here

public function PropertyAdminManagerTrait::setPropertyAdminManager in ThemeKey 8

Sets the ThemeKey Property manager to use.

Parameters

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

Return value

$this

File

src/PropertyAdminManagerTrait.php, line 36

Class

PropertyAdminManagerTrait

Namespace

Drupal\themekey

Code

public function setPropertyAdminManager(PluginManagerInterface $propertyAdminManager) {
  $this->propertyAdminManager = $propertyAdminManager;
  return $this;
}