You are here

public function ParagraphSetInterface::isPublished in Paragraphs frontend ui 8

Returns the Paragraph set published status indicator.

Unpublished Paragraph set are only visible to restricted users.

Return value

bool TRUE if the Paragraph set is published.

1 method overrides ParagraphSetInterface::isPublished()
ParagraphSet::isPublished in src/Entity/ParagraphSet.php
Returns the Paragraph set published status indicator.

File

src/Entity/ParagraphSetInterface.php, line 62

Class

ParagraphSetInterface
Provides an interface for defining Paragraph set entities.

Namespace

Drupal\paragraphs_frontend_ui\Entity

Code

public function isPublished();