public function Modal::getInsertHorizontalLineFooter in Modal 4.0.x
Same name and namespace in other branches
- 4.1.x src/Entity/Modal.php \Drupal\modal_page\Entity\Modal::getInsertHorizontalLineFooter()
Get Insert Horizontal Line Footer.
File
- src/
Entity/ Modal.php, line 650
Class
- Modal
- Defines the Modal entity.
Namespace
Drupal\modal_page\EntityCode
public function getInsertHorizontalLineFooter() {
return $this
->get('insert_horizontal_line_footer');
}