You are here

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

OperatorBase

Namespace

Drupal\themekey

Code

public function getDescription() {
  return $this->pluginDefinition['description'];
}