Fixed
Project:
Prometheus Exporter
Version:
2.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
22 May 2026 at 03:43 UTC
Updated:
22 May 2026 at 03:59 UTC
Jump to comment: Most recent
NodeCount::settingsForm() uses node_type_get_names() which is deprecated in Drupal 11.3.0 and removed in Drupal 13.0.0.
Inject EntityTypeBundleInfoInterface and use getBundleLabels('node') instead.
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #4
kim.pepperCommitted to 2.x