You are here

public function ThemeKeyRule::theme in ThemeKey 8

Return value

string

Overrides ThemeKeyRuleInterface::theme

1 call to ThemeKeyRule::theme()
ThemeKeyRule::toString in src/Entity/ThemeKeyRule.php
Returns a simple string representation of the rule. TODO

File

src/Entity/ThemeKeyRule.php, line 138
Contains Drupal\themekey\Entity\ThemeKeyRule.

Class

ThemeKeyRule
Defines the ThemeKeyRule entity.

Namespace

Drupal\themekey\Entity

Code

public function theme() {
  return $this->theme;
}