public function ThemeKeyRule::comment in ThemeKey 8
Return value
string
Overrides ThemeKeyRuleInterface::comment
File
- src/
Entity/ ThemeKeyRule.php, line 145 - Contains Drupal\themekey\Entity\ThemeKeyRule.
Class
- ThemeKeyRule
- Defines the ThemeKeyRule entity.
Namespace
Drupal\themekey\EntityCode
public function comment() {
return $this->comment;
}