You are here

public function SplashifyEntityInterface::isPublished in Splashify 8.2

Returns the Splashify entity published status indicator.

Unpublished Splashify entity are only visible to restricted users.

Return value

bool TRUE if the Splashify entity is published.

1 method overrides SplashifyEntityInterface::isPublished()
SplashifyEntity::isPublished in src/Entity/SplashifyEntity.php
Returns the Splashify entity published status indicator.

File

src/Entity/SplashifyEntityInterface.php, line 64

Class

SplashifyEntityInterface
Provides an interface for defining Splashify entity entities.

Namespace

Drupal\splashify\Entity

Code

public function isPublished();