public function Modal::getModalSize in Modal 5.0.x
Same name and namespace in other branches
- 4.0.x src/Entity/Modal.php \Drupal\modal_page\Entity\Modal::getModalSize()
- 4.1.x src/Entity/Modal.php \Drupal\modal_page\Entity\Modal::getModalSize()
Get Modal Size.
Overrides ModalInterface::getModalSize
File
- src/
Entity/ Modal.php, line 374
Class
- Modal
- Defines the Modal entity.
Namespace
Drupal\modal_page\EntityCode
public function getModalSize() {
return $this
->get('modal_size');
}