You are here

Deprecated in Handy cache tags 8

Primary tabs

Examples: "before Drupal 9", "in Drupal 8.4"
Namesort descending Location Type Deprecation Direct uses Namespaced uses Overrides Use statements
handy_cache_tags_get_bundle_tag ./handy_cache_tags.module function in handy_cache_tags:8.x-1.0-beta1 and is removed from handy_cache_tags:2.0.0. Try to not use this, since its procedural. Use \Drupal::service('handy_cache_tags.manager')->getBundleTag() instead. 1
handy_cache_tags_get_bundle_tag_from_entity ./handy_cache_tags.module function in handy_cache_tags:8.x-1.0-beta1 and is removed from handy_cache_tags:2.0.0. Try to not use this, since its procedural. Use \Drupal::service('handy_cache_tags.manager')->getBundleTagFromEntity() instead. 1
handy_cache_tags_get_entity_tags ./handy_cache_tags.module function in handy_cache_tags:8.x-1.0-beta1 and is removed from handy_cache_tags:2.0.0. Try to not use this, since its procedural. Use \Drupal::service('handy_cache_tags.manager')->getEntityTags() instead. 1
handy_cache_tags_get_entity_type_tag_from_entity ./handy_cache_tags.module function in handy_cache_tags:8.x-1.0-beta1 and is removed from handy_cache_tags:2.0.0. Try to not use this, since its procedural. Use \Drupal::service('handy_cache_tags.manager')->getEntityTypeTagFromEntity() instead.
handy_cache_tags_get_tag ./handy_cache_tags.module function in handy_cache_tags:8.x-1.0-beta1 and is removed from handy_cache_tags:2.0.0. Try to not use this, since its procedural. Use \Drupal::service('handy_cache_tags.manager')->getTag() instead. 1

Other projects