You are here

public function Element::getParent 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::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\Flowchart

Code

public function getParent() {
  return $this->parent;
}