You are here

public function IntegrityViolationInterface::setUuid in Rules 8.3

Sets the UUID of the nested expression where this violation occurred.

Parameters

string $uuid: The UUID.

Return value

$this

1 method overrides IntegrityViolationInterface::setUuid()
IntegrityViolation::setUuid in src/Engine/IntegrityViolation.php
Sets the UUID of the nested expression where this violation occurred.

File

src/Engine/IntegrityViolationInterface.php, line 63

Class

IntegrityViolationInterface
Describes a violation of the integrity of a rule.

Namespace

Drupal\rules\Engine

Code

public function setUuid($uuid);