You are here

public function PropertyInterface::getName in ThemeKey 8

Return the name of the ThemeKey property.

Return value

string

1 method overrides PropertyInterface::getName()
PropertyBase::getName in src/PropertyBase.php
Return the name of the ThemeKey property.

File

src/PropertyInterface.php, line 27
Provides Drupal\themekey\PropertyInterface

Class

PropertyInterface
Defines an interface for ThemeKey property plugins.

Namespace

Drupal\themekey

Code

public function getName();