You are here

public function Modal::getEnableLeftButton in Modal 4.0.x

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

Get Enable Left Button.

File

src/Entity/Modal.php, line 815

Class

Modal
Defines the Modal entity.

Namespace

Drupal\modal_page\Entity

Code

public function getEnableLeftButton() {
  return $this
    ->get('enable_left_button');
}