You are here

public function ModalInterface::setType 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::setType()
  2. 4.0.x src/Entity/ModalInterface.php \Drupal\modal_page\Entity\ModalInterface::setType()

Set Type.

1 method overrides ModalInterface::setType()
Modal::setType in src/Entity/Modal.php
Set Type.

File

src/Entity/ModalInterface.php, line 170

Class

ModalInterface
Provides an interface for defining Modal entities.

Namespace

Drupal\modal_page\Entity

Code

public function setType($type);