You are here

public function ModalInterface::setDontShowAgainLabel in Modal 4.0.x

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

Set Dont Show Again Label.

1 method overrides ModalInterface::setDontShowAgainLabel()
Modal::setDontShowAgainLabel in src/Entity/Modal.php
Set Dont Show Again Label.

File

src/Entity/ModalInterface.php, line 120

Class

ModalInterface
Provides an interface for defining Modal entities.

Namespace

Drupal\modal_page\Entity

Code

public function setDontShowAgainLabel($dontShowAgainLabel);