Description of the need
This is a cross-port from https://www.drupal.org/node/702778, and part of the task list #5770. The D7 issue added a method, getElement(), to PagerDefault that returns the element ID of the pager. Having this method allows developers an easier way to have more than one pager in the same page without conflicts.
Before this new method, the only way to handle more than one pager in the same page was to hard-code the element ID through PagerDefault::element(). This doesn't make much sense and can lead to unexpected conflicts if two different modules need to add a pager to the same page. PagerDefault already has a way to avoid those conflicts by keeping track of IDs in a static variable, but until this feature was added in D7, it was impossible to get the internally assigned element ID (which is a protected property).
PR coming.
Recent comments
If there is time, carried over from last week as we didn't have time to look at it then, I would welcome feedback on the approach I've taken to: [A11Y] Update aria role on...
July 16th, 2026 - Weekly Meetings
If there's some time left after discussing code signing (yay!)... 1. Friendly reminder: usage stats are still broken Didn't data get fetched at all (broken parser) or is it a display...
July 16th, 2026 - Weekly Meetings
Sorry - it is the field_group module. However, last night I switched off proxying to the site and proved to Cloudflare Support that it was NOT a Backdrop issue. After a thorough...
Cloudflare specific advice needed [SOLVED]