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