You are here

public function PropertyAdminDigitBase::getFormElement in ThemeKey 8

Return the the current values of the ThemeKey property.

Return value

array special form element or empty.

Overrides PropertyAdminInterface::getFormElement

File

src/PropertyAdminDigitBase.php, line 24
Provides Drupal\themekey\PropertyBase.

Class

PropertyAdminDigitBase

Namespace

Drupal\themekey

Code

public function getFormElement() {
  return array();
}