You are here

public function SplashifyGroupEntityInterface::setPublished in Splashify 8.2

Sets the published status of a Splashify group entity.

Parameters

bool $published: TRUE to set this Splashify group entity to published, FALSE to set it to unpublished.

Return value

\Drupal\splashify\Entity\SplashifyGroupEntityInterface The called Splashify group entity entity.

1 method overrides SplashifyGroupEntityInterface::setPublished()
SplashifyGroupEntity::setPublished in src/Entity/SplashifyGroupEntity.php
Sets the published status of a Splashify group entity.

File

src/Entity/SplashifyGroupEntityInterface.php, line 75

Class

SplashifyGroupEntityInterface
Provides an interface for defining Splashify group entity entities.

Namespace

Drupal\splashify\Entity

Code

public function setPublished($published);