Problem/Motivation
Scanner for drupal-11 compatability
Steps to reproduce
Run 'update status' code scanner.
Scanned on Fri, 11/15/2024 - 12:00.
17 warnings found.
Check manually
Errors without Drupal source version numbers including parse errors and use of APIs from dependencies.
File name Line Error
1. web/mediteran.info.yml 0 The 'ckeditor/drupal.ckeditor' library is not defined because the defining extension is not installed. Cannot decide if it is deprecated or not.
2. web/mediteran.info.yml 0 The 'ckeditor/drupal.ckeditor.plugins.drupalimagecaption' library is not defined because the defining extension is not installed. Cannot decide if it is deprecated or not.
3. web/mediteran.info.yml 0 The 'ckeditor/drupal.ckeditor.plugins.language' library is not defined because the defining extension is not installed. Cannot decide if it is deprecated or not.
4. web/mediteran.info.yml 0 The 'ckeditor/drupal.ckeditor.admin' library is not defined because the defining extension is not installed. Cannot decide if it is deprecated or not.
5. web/mediteran.info.yml 0 The 'color/admin' library is not defined because the defining extension is not installed. Cannot decide if it is deprecated or not.
6. web/mediteran.info.yml 0 The 'config_translation/drupal.config_translation.admin' library is not defined because the defining extension is not installed. Cannot decide if it is deprecated or not.
7. web/mediteran.info.yml 0 The 'content_translation/drupal.content_translation.admin' library is not defined because the defining extension is not installed. Cannot decide if it is deprecated or not.
8. web/mediteran.info.yml 0 The 'content_moderation/content_moderation' library is not defined because the defining extension is not installed. Cannot decide if it is deprecated or not.
9. web/mediteran.info.yml 0 The 'language/drupal.language.admin' library is not defined because the defining extension is not installed. Cannot decide if it is deprecated or not.
10. web/mediteran.info.yml 0 The 'locale/drupal.locale.admin' library is not defined because the defining extension is not installed. Cannot decide if it is deprecated or not.
11. web/mediteran.info.yml 0 The 'quickedit/quickedit' library is not defined because the defining extension is not installed. Cannot decide if it is deprecated or not.
12. web/mediteran.info.yml 0 The 'simpletest/drupal.simpletest' library is not defined because the defining extension is not installed. Cannot decide if it is deprecated or not.
13. web/mediteran.info.yml 0 The 'tour/tour-styling' library is not defined because the defining extension is not installed. Cannot decide if it is deprecated or not.
14. web/mediteran.info.yml 0 The 'tour/tour-styling' library is not defined because the defining extension is not installed. Cannot decide if it is deprecated or not.
15. web/mediteran.info.yml 0 The quickedit_stylesheets library does not have an extension name and is therefore not valid.
16. web/themes/contrib/mediteran/templates/content-edit/entity-moderation-form.html.twig 1 The 'content_moderation/content_moderation' library is not defined because the defining extension is not installed. Cannot decide if it is deprecated or not.
17. web/themes/contrib/mediteran/mediteran.info.yml 6 Value of core_version_requirement: ^9.2 || ^10 is not compatible with the next major version of Drupal core. See https://drupal.org/node/3070687.
Ignore
Deprecated API use for APIs removed in future Drupal major versions is not required to fix yet.
File name Line Error
1. web/themes/contrib/mediteran/templates/admin/ckeditor-settings-toolbar.html.twig 14 Since twig/twig 3.12: Twig Filter "spaceless" is deprecated. See https://drupal.org/node/3071078.
2. web/themes/contrib/mediteran/templates/field/link-formatter-link-separate.html.twig 15 Since twig/twig 3.12: Twig Filter "spaceless" is deprecated. See https://drupal.org/node/3071078.
3. web/themes/contrib/mediteran/templates/form/dropbutton-wrapper.html.twig 13 Since twig/twig 3.12: Twig Filter "spaceless" is deprecated. See https://drupal.org/node/3071078.
4. web/themes/contrib/mediteran/templates/form/select.html.twig 13 Since twig/twig 3.12: Twig Filter "spaceless" is deprecated. See https://drupal.org/node/3071078.
5. web/themes/contrib/mediteran/templates/navigation/toolbar.html.twig 30 Since twig/twig 3.12: Twig Filter "spaceless" is deprecated. See https://drupal.org/node/3071078.
Proposed resolution
Remaining tasks
User interface changes
API changes
Data model changes