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