You are here

public function Modal::setLanguagesToShow 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::setLanguagesToShow()

Set Languages to Show.

Overrides ModalInterface::setLanguagesToShow

File

src/Entity/Modal.php, line 762

Class

Modal
Defines the Modal entity.

Namespace

Drupal\modal_page\Entity

Code

public function setLanguagesToShow($languagesToShow) {
  $this
    ->set('languages_to_show', $languagesToShow);
  return $this;
}