You are here

public function FlippingBookInterface::isPublished in Flipping Book 8

Returns the Flipping Book published status indicator.

Unpublished Flipping Book are only visible to restricted users.

Return value

bool TRUE if the Flipping Book is published.

1 method overrides FlippingBookInterface::isPublished()
FlippingBook::isPublished in src/Entity/FlippingBook.php
Returns the Flipping Book published status indicator.

File

src/Entity/FlippingBookInterface.php, line 72

Class

FlippingBookInterface
Provides an interface for defining Flipping Book entities.

Namespace

Drupal\flipping_book\Entity

Code

public function isPublished();