You are here

public function ThemeKeyRule::value in ThemeKey 8

Return value

string

Overrides ThemeKeyRuleInterface::value

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

File

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

Class

ThemeKeyRule
Defines the ThemeKeyRule entity.

Namespace

Drupal\themekey\Entity

Code

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