You are here

public function Modal::getOkLabelButton in Modal 4.1.x

Same name and namespace in other branches
  1. 5.0.x src/Entity/Modal.php \Drupal\modal_page\Entity\Modal::getOkLabelButton()
  2. 4.0.x src/Entity/Modal.php \Drupal\modal_page\Entity\Modal::getOkLabelButton()

Get Ok Label Button.

Overrides ModalInterface::getOkLabelButton

File

src/Entity/Modal.php, line 503

Class

Modal
Defines the Modal entity.

Namespace

Drupal\modal_page\Entity

Code

public function getOkLabelButton() {
  return $this
    ->get('ok_label_button');
}