You are here

public function FlaggingCollectionInterface::isPublished in Flag Lists 8

Same name and namespace in other branches
  1. 4.0.x src/Entity/FlaggingCollectionInterface.php \Drupal\flag_lists\Entity\FlaggingCollectionInterface::isPublished()

Returns the Flagging collection published status indicator.

Unpublished Flagging collection are only visible to restricted users.

Return value

bool TRUE if the Flagging collection is published.

1 method overrides FlaggingCollectionInterface::isPublished()
FlaggingCollection::isPublished in src/Entity/FlaggingCollection.php
Returns the Flagging collection published status indicator.

File

src/Entity/FlaggingCollectionInterface.php, line 65

Class

FlaggingCollectionInterface
Provides an interface for defining Flagging collection entities.

Namespace

Drupal\flag_lists\Entity

Code

public function isPublished();