Added some docs

This commit is contained in:
Naomi
2020-11-09 12:36:08 +00:00
parent 011029d3b3
commit af3b4727f1
4 changed files with 165 additions and 2 deletions

View File

@ -272,6 +272,7 @@ class OCCase extends RevisionableContentEntityBase implements OCCaseInterface {
->setDisplayOptions('view', [
'label' => 'above',
])
->setDisplayConfigurable('form', true)
->setDefaultValueCallback('Drupal\opencase_entities\Entity\OCCase::defaultVal')
->setRequired(TRUE);