You are here

public function PopupOnLoad::getName in Popup On Load 8

Gets the Popup On Load name.

Return value

string Name of the Popup On Load.

Overrides PopupOnLoadInterface::getName

File

src/Entity/PopupOnLoad.php, line 73

Class

PopupOnLoad
Defines the Popup On Load entity.

Namespace

Drupal\popup_onload\Entity

Code

public function getName() {
  return $this
    ->get('name')->value;
}