You are here

public function IntegrityViolation::getUuid in Rules 8.3

Returns the UUID of the expression this violation belongs to.

Return value

string The UUID.

Overrides IntegrityViolationInterface::getUuid

File

src/Engine/IntegrityViolation.php, line 74

Class

IntegrityViolation
Holds information about an integrity violation in a Rules expression.

Namespace

Drupal\rules\Engine

Code

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