You are here

public function PropertyBase::getName in ThemeKey 8

Return the name of the ThemeKey property.

Return value

string

Overrides PropertyInterface::getName

File

src/PropertyBase.php, line 37
Provides Drupal\themekey\PropertyBase.

Class

PropertyBase

Namespace

Drupal\themekey

Code

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