You are here

public function WardenManager::setThemes in Warden 8

Same name and namespace in other branches
  1. 8.2 src/Service/WardenManager.php \Drupal\warden\Service\WardenManager::setThemes()
  2. 3.x src/Service/WardenManager.php \Drupal\warden\Service\WardenManager::setThemes()

Parameters

Extension[] $themes:

Return value

$this

1 call to WardenManager::setThemes()
WardenManager::getThemes in src/Service/WardenManager.php

File

src/Service/WardenManager.php, line 342

Class

WardenManager
Default controller for the warden module.

Namespace

Drupal\warden\Service

Code

public function setThemes(array $themes) {
  $this->themes = $themes;
  return $this;
}