You are here

public function ThemeKeyRule::operator in ThemeKey 8

Return value

string

Overrides ThemeKeyRuleInterface::operator

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

File

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

Class

ThemeKeyRule
Defines the ThemeKeyRule entity.

Namespace

Drupal\themekey\Entity

Code

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