- 🇺🇦Ukraine vlad.dancer Kyiv
Here is a patch to make module compatible for Drupal 10, based on previous one.
- 🇺🇦Ukraine vlad.dancer Kyiv
Replaced old
isMasterRequest
method with correct one -isMainRequest
CONTRIBUTED PROJECTS
--------------------------------------------------------------------------------
Link Header Pager 1
Scanned on 08.22.2021.
1 error found. 1 warning found.
modules/contrib/link_header_pager/src/Plugin/views/pager/LinkHeaderPager.php:
┌─────────┬──────┬──────────────────────────────────────────────────────────────┐
│ STATUS │ LINE │ MESSAGE │
├─────────┼──────┼──────────────────────────────────────────────────────────────┤
│ Fix now │ 96 │ Call to deprecated function pager_query_add_page(). │
│ │ │ Deprecated in drupal:8.8.0 and is removed from drupal:9.0.0. │
│ │ │ Use │
│ │ │ Drupal\Core\Pager\PagerManagerInterface::getUpdatedParameter │
│ │ │ s() instead. │
│ │ │ │
└─────────┴──────┴──────────────────────────────────────────────────────────────┘
modules/contrib/link_header_pager/link_header_pager.info.yml:
┌──────────┬──────┬──────────────────────────────────────────────────────────────┐
│ STATUS │ LINE │ MESSAGE │
├──────────┼──────┼──────────────────────────────────────────────────────────────┤
│ Check │ 0 │ Add core_version_requirement: ^8 || ^9 to designate that the │
│ manually │ │ module is compatible with Drupal 9. See │
│ │ │ https://drupal.org/node/3070687. │
│ │ │ │
└──────────┴──────┴──────────────────────────────────────────────────────────────┘
Needs review
1.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Here is a patch to make module compatible for Drupal 10, based on previous one.
Replaced old isMasterRequest
method with correct one - isMainRequest