You are here

public function ModalInterface::getOkLabelButton 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::getOkLabelButton()
  2. 4.1.x src/Entity/ModalInterface.php \Drupal\modal_page\Entity\ModalInterface::getOkLabelButton()

Get Ok Label Button.

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

File

src/Entity/ModalInterface.php, line 95

Class

ModalInterface
Provides an interface for defining Modal entities.

Namespace

Drupal\modal_page\Entity

Code

public function getOkLabelButton();