Skip to content
Snippets Groups Projects
Commit e5664869 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #2776369 by xjm: Remove docs references to entity_get_bundles()

parent e868cdcb
No related branches found
No related tags found
No related merge requests found
......@@ -717,7 +717,7 @@ function hook_entity_view_mode_info_alter(&$view_modes) {
* - translatable: (optional) A boolean value specifying whether this bundle
* has translation support enabled. Defaults to FALSE.
*
* @see entity_get_bundles()
* @see \Drupal\Core\Entity\EntityTypeBundleInfo::getBundleInfo()
* @see hook_entity_bundle_info_alter()
*/
function hook_entity_bundle_info() {
......@@ -731,7 +731,7 @@ function hook_entity_bundle_info() {
* @param array $bundles
* An array of bundles, keyed first by entity type, then by bundle name.
*
* @see entity_get_bundles()
* @see Drupal\Core\Entity\EntityTypeBundleInfo::getBundleInfo()
* @see hook_entity_bundle_info()
*/
function hook_entity_bundle_info_alter(&$bundles) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment