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
Namespace
Drupal\themekeyCode
public function getFormElement() {
return array();
}