public function ContextInterface::getOverrides

Gets the override data for a configuration object.

Parameters

string $config_name: Configuration name.

Return value

mixed The override data or FALSE if there is none.

1 method overrides ContextInterface::getOverrides()

File

drupal/core/lib/Drupal/Core/Config/Context/ContextInterface.php, line 99
Contains \Drupal\Core\Config\Context\ContextInterface.

Class

ContextInterface
Defines the configuration context interface.

Namespace

Drupal\Core\Config\Context

Code

public function getOverrides($config_name);