public function OperatorInterface::getDescription in ThemeKey 8
Return the Description of the ThemeKey operator.
Return value
string
1 method overrides OperatorInterface::getDescription()
- OperatorBase::getDescription in src/
OperatorBase.php - Return the Description of the ThemeKey operator.
File
- src/
OperatorInterface.php, line 29 - Provides Drupal\themekey\OperatorInterface
Class
- OperatorInterface
- Defines an interface for ThemeKey operator plugins.
Namespace
Drupal\themekeyCode
public function getDescription();