public function ConfigContext::getUuid

Implements \Drupal\Core\Config\Context\ContextInterface::getUuid().

Overrides ContextInterface::getUuid

File

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

Class

ConfigContext
Defines the base configuration context object.

Namespace

Drupal\Core\Config\Context

Code

public function getUuid() {
  return $this->uuid;
}