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