public function Element::setArrowLabel in Business Rules 2.x
Same name and namespace in other branches
- 8 src/Util/Flowchart/Element.php \Drupal\business_rules\Util\Flowchart\Element::setArrowLabel()
Set the arrow label.
Parameters
string $arrowLabel: The label.
1 call to Element::setArrowLabel()
- Element::__construct in src/
Util/ Flowchart/ Element.php - Element constructor.
File
- src/
Util/ Flowchart/ Element.php, line 85
Class
- Element
- Class Element.
Namespace
Drupal\business_rules\Util\FlowchartCode
public function setArrowLabel($arrowLabel) {
$this->arrowLabel = $arrowLabel;
}