entity_get_bundles is deprecated: https://api.drupal.org/api/drupal/core%21includes%21entity.inc/function/...

The deprecation notice points to EntityManagerInterface which is also deprecated. https://api.drupal.org/api/drupal/core%21lib%21Drupal%21Core%21Entity%21...

Should that point to EntityTypeBundleInfo or EntityTypeBundleInfoInterface instead?

Comments

rballou created an issue. See original summary.

Berdir’s picture

Yes, see my comment in #2427637: Remove usages of deprecated entity_get_bundles(). We could update the documentation either here or over there.

Version: 8.0.x-dev » 8.1.x-dev

Drupal 8.0.6 was released on April 6 and is the final bugfix release for the Drupal 8.0.x series. Drupal 8.0.x will not receive any further development aside from security fixes. Drupal 8.1.0-rc1 is now available and sites should prepare to update to 8.1.0.

Bug reports should be targeted against the 8.1.x-dev branch from now on, and new development or disruptive changes should be targeted against the 8.2.x-dev branch. For more information see the Drupal 8 minor version schedule and the Allowed changes during the Drupal 8 release cycle.

Version: 8.1.x-dev » 8.2.x-dev

Drupal 8.1.9 was released on September 7 and is the final bugfix release for the Drupal 8.1.x series. Drupal 8.1.x will not receive any further development aside from security fixes. Drupal 8.2.0-rc1 is now available and sites should prepare to upgrade to 8.2.0.

Bug reports should be targeted against the 8.2.x-dev branch from now on, and new development or disruptive changes should be targeted against the 8.3.x-dev branch. For more information see the Drupal 8 minor version schedule and the Allowed changes during the Drupal 8 release cycle.

Version: 8.2.x-dev » 8.3.x-dev

Drupal 8.2.6 was released on February 1, 2017 and is the final full bugfix release for the Drupal 8.2.x series. Drupal 8.2.x will not receive any further development aside from critical and security fixes. Sites should prepare to update to 8.3.0 on April 5, 2017. (Drupal 8.3.0-alpha1 is available for testing.)

Bug reports should be targeted against the 8.3.x-dev branch from now on, and new development or disruptive changes should be targeted against the 8.4.x-dev branch. For more information see the Drupal 8 minor version schedule and the Allowed changes during the Drupal 8 release cycle.

FeyP’s picture

The suggested change has since been implemented in #2731309: docs for deprecated functions in core/includes/entity.inc refer to deprecated entityManager(), so I'll close this as a duplicate of that issue. The deprecation message added is actually slightly misleading, but I opened #2895096: Update misleading deprecation message for entity_get_bundles() for that to avoid confusion.