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:

image

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

Command icon 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

pradeepjha created an issue. See original summary.

pradeepjha’s picture

Status: Active » Needs review
StatusFileSize
new1.88 KB
pradeepjha’s picture

Issue summary: View changes
StatusFileSize
new61.94 KB
pradeepjha’s picture

Issue summary: View changes

Kenniec made their first commit to this issue’s fork.

kenniec’s picture

Hi @pradeepjha,

Thank you for report, i prepared MR with changes, now i am testing.
https://git.drupalcode.org/project/advanced_datalayer/-/merge_requests/4...

  • Kenniec committed 3dd8b890 on 2.x
    Issue #3266468: Drupal 10, identify deprecation, etc.
    
kenniec’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.