public function Element::getParent in Business Rules 8
Same name and namespace in other branches
- 2.x src/Util/Flowchart/Element.php \Drupal\business_rules\Util\Flowchart\Element::getParent()
Get the parent item.
Return value
\Drupal\business_rules\Util\Flowchart\Element The parent element.
File
- src/
Util/ Flowchart/ Element.php, line 135
Class
- Element
- Class Element.
Namespace
Drupal\business_rules\Util\FlowchartCode
public function getParent() {
return $this->parent;
}