public function PropertyAdminInterface::getPossibleValues in ThemeKey 8
Return the list of possible values of a ThemeKey property.
Return value
array empty if no list possible values
1 method overrides PropertyAdminInterface::getPossibleValues()
- NodeNid::getPossibleValues in src/
Plugin/ PropertyAdmin/ NodeNid.php - Return the list of possible values of a ThemeKey property.
File
- src/
PropertyAdminInterface.php, line 28 - Provides Drupal\themekey\PropertyInterface
Class
- PropertyAdminInterface
- Defines an interface for ThemeKey property plugins.
Namespace
Drupal\themekeyCode
public function getPossibleValues();