You are here

public function OperatorBase::getName in ThemeKey 8

Return the name of the ThemeKey operator.

Return value

string

Overrides OperatorInterface::getName

File

src/OperatorBase.php, line 16
Provides Drupal\themekey\OperatorBase.

Class

OperatorBase

Namespace

Drupal\themekey

Code

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