You are here

public function EntityLegalDocumentVersionInterface::unpublish in Entity Legal 8.2

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

Unpublish this version.

Return value

$this

1 method overrides EntityLegalDocumentVersionInterface::unpublish()
EntityLegalDocumentVersion::unpublish in src/Entity/EntityLegalDocumentVersion.php
Unpublish this version.

File

src/EntityLegalDocumentVersionInterface.php, line 82

Class

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

Namespace

Drupal\entity_legal

Code

public function unpublish();