You are here

public function ModalInterface::setLanguagesToShow in Modal 4.1.x

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

Set Languages to Show.

1 method overrides ModalInterface::setLanguagesToShow()
Modal::setLanguagesToShow in src/Entity/Modal.php
Set Languages to Show.

File

src/Entity/ModalInterface.php, line 200

Class

ModalInterface
Provides an interface for defining Modal entities.

Namespace

Drupal\modal_page\Entity

Code

public function setLanguagesToShow($languagesToShow);