Loading src/Entity/Storage/GroupRoleStorage.php +2 −0 Original line number Diff line number Diff line Loading @@ -94,6 +94,8 @@ class GroupRoleStorage extends ConfigEntityStorage implements GroupRoleStorageIn foreach ($violations as $violation) { throw new EntityMalformedException($violation->getMessage()); } return parent::doPreSave($entity); } /** Loading Loading
src/Entity/Storage/GroupRoleStorage.php +2 −0 Original line number Diff line number Diff line Loading @@ -94,6 +94,8 @@ class GroupRoleStorage extends ConfigEntityStorage implements GroupRoleStorageIn foreach ($violations as $violation) { throw new EntityMalformedException($violation->getMessage()); } return parent::doPreSave($entity); } /** Loading