You are here

public function FilebrowserMetadataEntityInterface::isPublished in Filebrowser 3.x

Same name and namespace in other branches
  1. 8.2 src/Entity/FilebrowserMetadataEntityInterface.php \Drupal\filebrowser\Entity\FilebrowserMetadataEntityInterface::isPublished()

Returns the Metadata entity published status indicator.

Unpublished Metadata entity are only visible to restricted users.

Return value

bool TRUE if the Metadata entity is published.

1 method overrides FilebrowserMetadataEntityInterface::isPublished()
FilebrowserMetadataEntity::isPublished in src/Entity/FilebrowserMetadataEntity.php
Returns the Metadata entity published status indicator.

File

src/Entity/FilebrowserMetadataEntityInterface.php, line 63

Class

FilebrowserMetadataEntityInterface
Provides an interface for defining Filebrowser metadata entity entities.

Namespace

Drupal\filebrowser\Entity

Code

public function isPublished();