You are here

public function IntegrityViolationInterface::getUuid in Rules 8.3

Returns the UUID of the expression this violation belongs to.

Return value

string The UUID.

1 method overrides IntegrityViolationInterface::getUuid()
IntegrityViolation::getUuid in src/Engine/IntegrityViolation.php
Returns the UUID of the expression this violation belongs to.

File

src/Engine/IntegrityViolationInterface.php, line 71

Class

IntegrityViolationInterface
Describes a violation of the integrity of a rule.

Namespace

Drupal\rules\Engine

Code

public function getUuid();