Change record status: 
Project: 
Introduced in branch: 
11.3.x
Introduced in version: 
11.3.0
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