You are here

public static function EntityLegalDocumentVersionInterface::getDefaultName in Entity Legal 3.0.x

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

Get the default document version name value.

Parameters

EntityLegalDocumentVersionInterface $entity: The Entity legal document version entity.

Return value

string The default document version name.

1 method overrides EntityLegalDocumentVersionInterface::getDefaultName()
EntityLegalDocumentVersion::getDefaultName in src/Entity/EntityLegalDocumentVersion.php
Get the default document version name value.

File

src/EntityLegalDocumentVersionInterface.php, line 42

Class

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

Namespace

Drupal\entity_legal

Code

public static function getDefaultName(EntityLegalDocumentVersionInterface $entity);