public function ThemeKeyRule::property in ThemeKey 8
Return value
string
Overrides ThemeKeyRuleInterface::property
1 call to ThemeKeyRule::property()
- ThemeKeyRule::toString in src/
Entity/ ThemeKeyRule.php - Returns a simple string representation of the rule. TODO
File
- src/
Entity/ ThemeKeyRule.php, line 110 - Contains Drupal\themekey\Entity\ThemeKeyRule.
Class
- ThemeKeyRule
- Defines the ThemeKeyRule entity.
Namespace
Drupal\themekey\EntityCode
public function property() {
return $this->property;
}