You are here

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

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

Publish this version.

Return value

$this

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

File

src/EntityLegalDocumentVersionInterface.php, line 76

Class

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

Namespace

Drupal\entity_legal

Code

public function publish();