By alexpott on
Change record status:
Published (View all published change records)
Project:
Introduced in branch:
11.3.x
Introduced in version:
11.3.0
Issue links:
Description:
Calling Drupal\Core\Entity\EntityTypeBundleInfo::getBundleInfo() with a non-string entity type ID, such as NULL, is deprecated. In Drupal 12, an exception will be thrown.
It is recommended to change the calling code to avoid passing a non-string entity type ID.
Impacts:
Module developers