Actor -> Person. Need to update entities

This commit is contained in:
Naomi
2018-12-15 14:00:26 +00:00
parent fd47bee26a
commit e0260256fa
3 changed files with 5 additions and 5 deletions

View File

@ -9,7 +9,7 @@ use Drupal\Core\Config\Entity\ConfigEntityBundleBase;
*
* @ConfigEntityType(
* id = "oc_actor_type",
* label = @Translation("Actor type"),
* label = @Translation("Person type"),
* handlers = {
* "access" = "Drupal\opencase_entities\OCActorTypeAccessControlHandler",
* "view_builder" = "Drupal\Core\Entity\EntityViewBuilder",