You are here

public function EntityLegalDocumentVersionInterface::isPublished in Entity Legal 3.0.x

Same name and namespace in other branches
  1. 8.2 src/EntityLegalDocumentVersionInterface.php \Drupal\entity_legal\EntityLegalDocumentVersionInterface::isPublished()
  2. 4.0.x src/EntityLegalDocumentVersionInterface.php \Drupal\entity_legal\EntityLegalDocumentVersionInterface::isPublished()

Checks if this version is the legal document published version.

Return value

bool If this the legal document published version.

1 method overrides EntityLegalDocumentVersionInterface::isPublished()
EntityLegalDocumentVersion::isPublished in src/Entity/EntityLegalDocumentVersion.php
Checks if this version is the legal document published version.

File

src/EntityLegalDocumentVersionInterface.php, line 69

Class

EntityLegalDocumentVersionInterface
Provides an interface defining a entity legal document version entity.

Namespace

Drupal\entity_legal

Code

public function isPublished();