You are here

public function ModalInterface::getBody in Modal 4.1.x

Same name and namespace in other branches
  1. 5.0.x src/Entity/ModalInterface.php \Drupal\modal_page\Entity\ModalInterface::getBody()
  2. 4.0.x src/Entity/ModalInterface.php \Drupal\modal_page\Entity\ModalInterface::getBody()

Add get/set methods for your configuration properties here.

1 method overrides ModalInterface::getBody()
Modal::getBody in src/Entity/Modal.php
Get Body.

File

src/Entity/ModalInterface.php, line 35

Class

ModalInterface
Provides an interface for defining Modal entities.

Namespace

Drupal\modal_page\Entity

Code

public function getBody();