You are here

public function ModalInterface::setPublished in Modal 5.0.x

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

Set Published.

1 method overrides ModalInterface::setPublished()
Modal::setPublished in src/Entity/Modal.php
Set Published.

File

src/Entity/ModalInterface.php, line 190

Class

ModalInterface
Provides an interface for defining Modal entities.

Namespace

Drupal\modal_page\Entity

Code

public function setPublished($published);