Closed (fixed)
Project:
Content Model & Site Documentation
Version:
1.0.10
Component:
Content model document
Priority:
Major
Category:
Bug report
Assigned:
Reporter:
Created:
12 Sep 2023 at 15:40 UTC
Updated:
27 Sep 2023 at 03:09 UTC
Jump to comment: Most recent
Comments
Comment #2
skyriter commentedComment #3
skyriter commentedComment #4
skyriter commentedComment #5
swirtThis is not specific to taxonomy. This is actually happening because
Call to undefined method Drupal\Core\Entity\EntityTypeManager::getFieldDefinitions()
is deprecated has been moved to the entity_field.manager and is not longer in the EntityTypeManager.
I am not sure why this just started failing now on a D9 site.
Comment #6
swirtComment #7
swirtComment #9
swirtFixed. This will go out with 1.0.13 in a few minutes.
Comment #10
swirtThe breaking change was introduced in #3353163: Fix the issues reported by phpcs