generated Organisation entity

This commit is contained in:
Naomi
2020-11-12 17:13:28 +00:00
parent 17f8ddba2e
commit 675a85dfb6
32 changed files with 2098 additions and 0 deletions

View File

@ -0,0 +1,13 @@
<?php
namespace Drupal\opencase_entities;
use Drupal\content_translation\ContentTranslationHandler;
/**
* Defines the translation handler for oc_organisation.
*/
class OCOrganisationTranslationHandler extends ContentTranslationHandler {
// Override here the needed methods from ContentTranslationHandler.
}