You are here

public function ExpressionInterface::setUuid in Rules 8.3

Sets the UUID of this expression in an expression tree.

Parameters

string $uuid: The UUID to set.

Return value

$this

1 method overrides ExpressionInterface::setUuid()
ExpressionBase::setUuid in src/Engine/ExpressionBase.php
Sets the UUID of this expression in an expression tree.

File

src/Engine/ExpressionInterface.php, line 87

Class

ExpressionInterface
Defines the interface for Rules expressions.

Namespace

Drupal\rules\Engine

Code

public function setUuid($uuid);