You are here

constant ENTITY_LEGAL_DOCUMENT_VERSION_ENTITY_NAME in Entity Legal 8.2

Same name and namespace in other branches
  1. 7.2 entity_legal.module \ENTITY_LEGAL_DOCUMENT_VERSION_ENTITY_NAME
  2. 7 entity_legal.module \ENTITY_LEGAL_DOCUMENT_VERSION_ENTITY_NAME
  3. 4.0.x entity_legal.module \ENTITY_LEGAL_DOCUMENT_VERSION_ENTITY_NAME
  4. 3.0.x entity_legal.module \ENTITY_LEGAL_DOCUMENT_VERSION_ENTITY_NAME
10 uses of ENTITY_LEGAL_DOCUMENT_VERSION_ENTITY_NAME
DocumentTest::testTitleCallback in tests/src/Kernel/DocumentTest.php
Tests the canonical route title callback.
EntityLegalController::create in src/Controller/EntityLegalController.php
Instantiates a new instance of this class.
EntityLegalDocument::getPublishedVersion in src/Entity/EntityLegalDocument.php
Get the current published version of this document.
EntityLegalDocumentForm::save in src/Form/EntityLegalDocumentForm.php
Form submission handler for the 'save' action.
EntityLegalDocumentVersionTest::testEditForm in src/Tests/EntityLegalDocumentVersionTest.php
Test the functionality of the edit form.

... See full list

File

./entity_legal.module, line 13
Entity Legal module.

Code

define('ENTITY_LEGAL_DOCUMENT_VERSION_ENTITY_NAME', 'entity_legal_document_version');