You are here

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

Code

public function getItem() {
  return $this->item;
}