You are here

public function PropertyBase::getDescription in ThemeKey 8

Return the Description of the ThemeKey property.

Return value

string

Overrides PropertyInterface::getDescription

File

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

Class

PropertyBase

Namespace

Drupal\themekey

Code

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