public function Modal::setOkLabelButton in Modal 4.1.x
Same name and namespace in other branches
- 5.0.x src/Entity/Modal.php \Drupal\modal_page\Entity\Modal::setOkLabelButton()
- 4.0.x src/Entity/Modal.php \Drupal\modal_page\Entity\Modal::setOkLabelButton()
Set Ok Label Button.
Overrides ModalInterface::setOkLabelButton
File
- src/
Entity/ Modal.php, line 510
Class
- Modal
- Defines the Modal entity.
Namespace
Drupal\modal_page\EntityCode
public function setOkLabelButton($okLabelButton) {
$this
->set('ok_label_button', $okLabelButton);
return $this;
}