You are here

public function OpignoActivityInterface::isPublished in Opigno module 8

Same name and namespace in other branches
  1. 3.x src/Entity/OpignoActivityInterface.php \Drupal\opigno_module\Entity\OpignoActivityInterface::isPublished()

Returns the Activity published status indicator.

Unpublished Activity are only visible to restricted users.

Return value

bool TRUE if the Activity is published.

1 method overrides OpignoActivityInterface::isPublished()
OpignoActivity::isPublished in src/Entity/OpignoActivity.php
Returns the Activity published status indicator.

File

src/Entity/OpignoActivityInterface.php, line 78

Class

OpignoActivityInterface
Provides an interface for defining Activity entities.

Namespace

Drupal\opigno_module\Entity

Code

public function isPublished();