public function ModalInterface::setModalSize in Modal 4.1.x
Same name and namespace in other branches
- 5.0.x src/Entity/ModalInterface.php \Drupal\modal_page\Entity\ModalInterface::setModalSize()
- 4.0.x src/Entity/ModalInterface.php \Drupal\modal_page\Entity\ModalInterface::setModalSize()
Set Modal Size.
1 method overrides ModalInterface::setModalSize()
- Modal::setModalSize in src/
Entity/ Modal.php - Set Modal Size.
File
- src/
Entity/ ModalInterface.php, line 130
Class
- ModalInterface
- Provides an interface for defining Modal entities.
Namespace
Drupal\modal_page\EntityCode
public function setModalSize($modalSize);