public function ContextInterface::getUuid

Gets the uuid for the context.

Return value

string The context's uuid.

1 method overrides ContextInterface::getUuid()
ConfigContext::getUuid in drupal/core/lib/Drupal/Core/Config/Context/ConfigContext.php
Implements \Drupal\Core\Config\Context\ContextInterface::getUuid().

File

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

Class

ContextInterface
Defines the configuration context interface.

Namespace

Drupal\Core\Config\Context

Code

public function getUuid();