You are here

public function Modal::setInsertHorizontalLineFooter in Modal 4.1.x

Same name and namespace in other branches
  1. 4.0.x src/Entity/Modal.php \Drupal\modal_page\Entity\Modal::setInsertHorizontalLineFooter()

Set Insert Horizontal Line Footer.

File

src/Entity/Modal.php, line 675

Class

Modal
Defines the Modal entity.

Namespace

Drupal\modal_page\Entity

Code

public function setInsertHorizontalLineFooter($insertHorizontalLineFooter) {
  $this
    ->set('insert_horizontal_line_footer', $insertHorizontalLineFooter);
  return $this;
}