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