You are here

public function FlagListItemInterface::isPublished in Flag Lists 8

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

Returns the Flag list item published status indicator.

Unpublished Flag list item are only visible to restricted users.

Return value

bool TRUE if the Flag list item is published.

1 method overrides FlagListItemInterface::isPublished()
FlagListItem::isPublished in src/Entity/FlagListItem.php
Returns the Flag list item published status indicator.

File

src/Entity/FlagListItemInterface.php, line 64

Class

FlagListItemInterface
Provides an interface for defining Flag list item entities.

Namespace

Drupal\flag_lists\Entity

Code

public function isPublished();