public function Element::getUuid in Business Rules 2.x
Same name and namespace in other branches
- 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\FlowchartCode
public function getUuid() {
return $this->uuid;
}