You are here

public function PropertyInterface::getValues in ThemeKey 8

Return the the current values of the ThemeKey property.

Return value

array array of system:query_param values

3 methods override PropertyInterface::getValues()
DrupalRouteName::getValues in src/Plugin/Property/DrupalRouteName.php
NodeNid::getValues in src/Plugin/Property/NodeNid.php
SystemQueryParam::getValues in src/Plugin/Property/SystemQueryParam.php

File

src/PropertyInterface.php, line 43
Provides Drupal\themekey\PropertyInterface

Class

PropertyInterface
Defines an interface for ThemeKey property plugins.

Namespace

Drupal\themekey

Code

public function getValues();