You are here

public function Element::getUuid 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::getUuid()

Get the element uuid.

Return value

string The element uuid.

File

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

Class

Element
Class Element.

Namespace

Drupal\business_rules\Util\Flowchart

Code

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