public function ModalInterface::getDontShowAgainLabel in Modal 4.1.x
Same name and namespace in other branches
- 5.0.x src/Entity/ModalInterface.php \Drupal\modal_page\Entity\ModalInterface::getDontShowAgainLabel()
- 4.0.x src/Entity/ModalInterface.php \Drupal\modal_page\Entity\ModalInterface::getDontShowAgainLabel()
Get Dont Show Again Label.
1 method overrides ModalInterface::getDontShowAgainLabel()
- Modal::getDontShowAgainLabel in src/
Entity/ Modal.php - Get Dont Show Again Label.
File
- src/
Entity/ ModalInterface.php, line 115
Class
- ModalInterface
- Provides an interface for defining Modal entities.
Namespace
Drupal\modal_page\EntityCode
public function getDontShowAgainLabel();