You are here

public function ModalInterface::setOkLabelButton in Modal 5.0.x

Same name and namespace in other branches
  1. 4.0.x src/Entity/ModalInterface.php \Drupal\modal_page\Entity\ModalInterface::setOkLabelButton()
  2. 4.1.x src/Entity/ModalInterface.php \Drupal\modal_page\Entity\ModalInterface::setOkLabelButton()

Set Ok Label Button.

1 method overrides ModalInterface::setOkLabelButton()
Modal::setOkLabelButton in src/Entity/Modal.php
Set Ok Label Button.

File

src/Entity/ModalInterface.php, line 100

Class

ModalInterface
Provides an interface for defining Modal entities.

Namespace

Drupal\modal_page\Entity

Code

public function setOkLabelButton($okLabelButton);