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