You are here

public function SplashifyGroupEntityInterface::isPublished in Splashify 8.2

Returns the Splashify group entity published status indicator.

Unpublished Splashify group entity are only visible to restricted users.

Return value

bool TRUE if the Splashify group entity is published.

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

File

src/Entity/SplashifyGroupEntityInterface.php, line 64

Class

SplashifyGroupEntityInterface
Provides an interface for defining Splashify group entity entities.

Namespace

Drupal\splashify\Entity

Code

public function isPublished();