You are here

public function Modal::getCloseModalEscKey in Modal 5.0.x

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

Get Close Modal ESC key.

Overrides ModalInterface::getCloseModalEscKey

File

src/Entity/Modal.php, line 389

Class

Modal
Defines the Modal entity.

Namespace

Drupal\modal_page\Entity

Code

public function getCloseModalEscKey() {
  return $this
    ->get('close_modal_esc_key');
}