You are here

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\PropertyAdmin

Code

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