You are here

public function Element::getOriginUuid in Business Rules 8

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

Get the graph origin uuid.

Return value

string The origin id.

File

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

Class

Element
Class Element.

Namespace

Drupal\business_rules\Util\Flowchart

Code

public function getOriginUuid() {
  return $this->originUuid;
}