public function OperatorBase::getDescription in ThemeKey 8
Return the Description of the ThemeKey operator.
Return value
string
Overrides OperatorInterface::getDescription
File
- src/
OperatorBase.php, line 20 - Provides Drupal\themekey\OperatorBase.
Class
Namespace
Drupal\themekeyCode
public function getDescription() {
return $this->pluginDefinition['description'];
}