You are here

public function Element::setOriginUuid in Business Rules 2.x

Same name and namespace in other branches
  1. 8 src/Util/Flowchart/Element.php \Drupal\business_rules\Util\Flowchart\Element::setOriginUuid()

Set the graph origin uuid.

Parameters

string $originUuid: The graph origin uuid.

1 call to Element::setOriginUuid()
Element::__construct in src/Util/Flowchart/Element.php
Element constructor.

File

src/Util/Flowchart/Element.php, line 125

Class

Element
Class Element.

Namespace

Drupal\business_rules\Util\Flowchart

Code

public function setOriginUuid($originUuid) {
  $this->originUuid = $originUuid;
}