public function PopupOnLoadInterface::isPublished in Popup On Load 8
Returns the Popup On Load published status indicator.
Unpublished Popup On Load are only visible to restricted users.
Return value
bool TRUE if the Popup On Load is published.
1 method overrides PopupOnLoadInterface::isPublished()
- PopupOnLoad::isPublished in src/
Entity/ PopupOnLoad.php - Returns the Popup On Load published status indicator.
File
- src/
Entity/ PopupOnLoadInterface.php, line 62
Class
- PopupOnLoadInterface
- Provides an interface for defining Popup On Load entities.
Namespace
Drupal\popup_onload\EntityCode
public function isPublished();