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