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