public function NodeNid::getPossibleValues in ThemeKey 8
Return the list of possible values of a ThemeKey property.
Return value
array empty if no list possible values
Overrides PropertyAdminInterface::getPossibleValues
File
- src/
Plugin/ PropertyAdmin/ NodeNid.php, line 24 - Contains \Drupal\themekey\Plugin\Property\DrupalRouteName.
Class
- NodeNid
- Administers a 'node id' property.
Namespace
Drupal\themekey\Plugin\PropertyAdminCode
public function getPossibleValues() {
return array();
}