Changes for core/modules/field/src/Entity/FieldConfig.php: 2 added lines, 2 removed lines.
Original line number
Diff line number
Diff line
@@ -312,10 +312,10 @@ public function getFieldStorageDefinition() {
}
if(!$field_storage_definition){
thrownewFieldException("Attempt to create a field {$this->field_name} that does not exist on entity type {$this->entity_type}.");
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.");