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
Namespace
Drupal\themekeyCode
public function getName() {
return $this->pluginDefinition['name'];
}