You are here

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

Get Dont Show Again Label.

Overrides ModalInterface::getDontShowAgainLabel

File

src/Entity/Modal.php, line 359

Class

Modal
Defines the Modal entity.

Namespace

Drupal\modal_page\Entity

Code

public function getDontShowAgainLabel() {
  return $this
    ->get('dont_show_again_label');
}