constant ENTITY_LEGAL_DOCUMENT_VERSION_ENTITY_NAME in Entity Legal 3.0.x
Same name and namespace in other branches
- 8.2 entity_legal.module \ENTITY_LEGAL_DOCUMENT_VERSION_ENTITY_NAME
- 7.2 entity_legal.module \ENTITY_LEGAL_DOCUMENT_VERSION_ENTITY_NAME
- 7 entity_legal.module \ENTITY_LEGAL_DOCUMENT_VERSION_ENTITY_NAME
- 4.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::savePublishedVersion in src/
Form/ EntityLegalDocumentForm.php - EntityLegalDocumentVersionTest::testEditForm in src/
Tests/ EntityLegalDocumentVersionTest.php - Test the functionality of the edit form.
File
- ./
entity_legal.module, line 13 - Entity Legal module.
Code
define('ENTITY_LEGAL_DOCUMENT_VERSION_ENTITY_NAME', 'entity_legal_document_version');