You are here

public function PopupOnLoadInterface::setName in Popup On Load 8

Sets the Popup On Load name.

Parameters

string $name: The Popup On Load name.

Return value

\Drupal\popup_onload\Entity\PopupOnLoadInterface The called Popup On Load entity.

1 method overrides PopupOnLoadInterface::setName()
PopupOnLoad::setName in src/Entity/PopupOnLoad.php
Sets the Popup On Load name.

File

src/Entity/PopupOnLoadInterface.php, line 33

Class

PopupOnLoadInterface
Provides an interface for defining Popup On Load entities.

Namespace

Drupal\popup_onload\Entity

Code

public function setName($name);