You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: modules/field/src/Entity/FieldConfig.php
+2-2
Original file line number
Diff line number
Diff line change
@@ -313,10 +313,10 @@ public function getFieldStorageDefinition() {
313
313
}
314
314
315
315
if (!$field_storage_definition) {
316
-
thrownewFieldException("Attempted to create an instance of field with name {$this->field_name} on entity type {$this->entity_type} when the field storage does not exist.");
316
+
thrownewFieldException("Attempted to create, modify or delete an instance of field with name {$this->field_name} on entity type {$this->entity_type} when the field storage does not exist.");
317
317
}
318
318
if (!$field_storage_definitioninstanceof FieldStorageConfigInterface) {
319
-
thrownewFieldException("Attempted to create a configurable field of non-configurable field storage {$this->field_name}.");
319
+
thrownewFieldException("Attempted to create, modify or delete a configurable field of non-configurable field storage {$this->field_name}.");
0 commit comments