Problem/Motivation
Identify and fix deprecation notices, if any. Via Drupal-check or Upgrade status, etc. There might be deprecated functions and tests.
Steps to reproduce
Proposed resolution
Scan using upgrade status module and fix all problem. After fixing all compatibility issues module should appear like below attached images under upgrade status:
Remaining tasks
CONTRIBUTED PROJECTS
--------------------------------------------------------------------------------
Advanced Datalayer 1.0.0
Scanned on Fri, 02/25/2022 - 11:05.
6 warnings found.
modules/contrib/advanced_datalayer/context_advanced_datalayer/src/Plugin/Context
Reaction/ContextAdvancedDatalayer.php:
┌──────────┬──────┬───────────────────────────────────────────────────────────┐
│ STATUS │ LINE │ MESSAGE │
├──────────┼──────┼───────────────────────────────────────────────────────────┤
│ Check │ │ Class Drupal\context\ContextReactionPluginBase not found. │
│ manually │ │ │
│ Check │ 19 │ Class Drupal\context\ContextReactionPluginBase not found. │
│ manually │ │ │
└──────────┴──────┴───────────────────────────────────────────────────────────┘
modules/contrib/advanced_datalayer/advanced_datalayer.info.yml:
┌──────────┬──────┬────────────────────────────────────────────────────────────┐
│ STATUS │ LINE │ MESSAGE │
├──────────┼──────┼────────────────────────────────────────────────────────────┤
│ Check │ 0 │ Value of core_version_requirement: ^8 || ^9 is not │
│ manually │ │ compatible with the next major version of Drupal core. See │
│ │ │ https://drupal.org/node/3070687. │
│ │ │ │
└──────────┴──────┴────────────────────────────────────────────────────────────┘
modules/contrib/advanced_datalayer/example_advanced_datalayer/example_advanced_d
atalayer.info.yml:
┌──────────┬──────┬────────────────────────────────────────────────────────────┐
│ STATUS │ LINE │ MESSAGE │
├──────────┼──────┼────────────────────────────────────────────────────────────┤
│ Check │ 0 │ Value of core_version_requirement: ^8 || ^9 is not │
│ manually │ │ compatible with the next major version of Drupal core. See │
│ │ │ https://drupal.org/node/3070687. │
│ │ │ │
└──────────┴──────┴────────────────────────────────────────────────────────────┘
modules/contrib/advanced_datalayer/context_advanced_datalayer/context_advanced_d
atalayer.info.yml:
┌──────────┬──────┬────────────────────────────────────────────────────────────┐
│ STATUS │ LINE │ MESSAGE │
├──────────┼──────┼────────────────────────────────────────────────────────────┤
│ Check │ 0 │ Value of core_version_requirement: ^8 || ^9 is not │
│ manually │ │ compatible with the next major version of Drupal core. See │
│ │ │ https://drupal.org/node/3070687. │
│ │ │ │
└──────────┴──────┴────────────────────────────────────────────────────────────┘
modules/contrib/advanced_datalayer/composer.json:
┌──────────┬──────┬──────────────────────────────────────────────────────────────┐
│ STATUS │ LINE │ MESSAGE │
├──────────┼──────┼──────────────────────────────────────────────────────────────┤
│ Check │ 0 │ The drupal/core requirement is not compatible with the next │
│ manually │ │ major version of Drupal. Either remove it or update it to be │
│ │ │ compatible. See │
│ │ │ https://drupal.org/node/2514612#s-drupal-9-compatibility. │
│ │ │ │
└──────────┴──────┴──────────────────────────────────────────────────────────────┘
User interface changes
API changes
Data model changes
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | drupal10-deprecation-3266468-2.patch | 1.88 KB | pradeepjha |
Issue fork advanced_datalayer-3266468
Show commands
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 #2
pradeepjha commentedComment #3
pradeepjha commentedComment #4
pradeepjha commentedComment #7
kenniec commentedHi @pradeepjha,
Thank you for report, i prepared MR with changes, now i am testing.
https://git.drupalcode.org/project/advanced_datalayer/-/merge_requests/4...
Comment #9
kenniec commented