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