Issue #3438472: Drupal 11 compatibility fixes for markdown
Merge request reports
Activity
added 1 commit
current output of
drush us-a markdown
:================================================================================ Markdown, -- Scanned on Thu, 19 Dec 2024 - 16:34 FILE: modules/contrib/markdown/src/Form/SubformState.php STATUS LINE MESSAGE -------------------------------------------------------------------------------- Check manually 13 Class Drupal\markdown\Form\SubformState extends deprecated class Drupal\markdown\BcSupport\SubformState. Deprecated in markdown:8.x-2.0 and is removed from markdown:3.0.0. Use Drupal\Core\Form\SubformState instead. -------------------------------------------------------------------------------- Check manually 62 Call to method createForSubform() of deprecated class Drupal\markdown\BcSupport\SubformState. Deprecated in markdown:8.x-2.0 and is removed from markdown:3.0.0. Use Drupal\Core\Form\SubformState instead. -------------------------------------------------------------------------------- FILE: modules/contrib/markdown/src/Form/SubformStateInterface.php STATUS LINE MESSAGE -------------------------------------------------------------------------------- Check manually 10 Interface Drupal\markdown\Form\SubformStateInterface extends deprecated interface Drupal\markdown\BcSupport\SubformStateInterface. Deprecated in markdown:8.x-2.0 and is removed from markdown:3.0.0. Use Drupal\Core\Form\SubformStateInterface instead. -------------------------------------------------------------------------------- FILE: modules/contrib/markdown/src/Plugin/Markdown/AnnotatedPluginBase.php STATUS LINE MESSAGE -------------------------------------------------------------------------------- Check manually 20 Usage of deprecated trait Symfony\Component\DependencyInjection\ContainerAwareTrait in class Drupal\markdown\Plugin\Markdown\AnnotatedPluginBase: since Symfony 6.4, use dependency injection instead -------------------------------------------------------------------------------- FILE: modules/contrib/markdown/src/Plugin/Markdown/AnnotatedPluginInterface.php STATUS LINE MESSAGE -------------------------------------------------------------------------------- Check manually 17 Interface Drupal\markdown\Plugin\Markdown\AnnotatedPluginInterface extends deprecated interface Symfony\Component\DependencyInjection\ContainerAwareInterfac e: since Symfony 6.4, use dependency injection instead -------------------------------------------------------------------------------- FILE: modules/contrib/markdown/src/PluginManager/InstallablePluginManager.php STATUS LINE MESSAGE -------------------------------------------------------------------------------- Check manually 478 Call to deprecated method convertInstalledToLibraries() of class Drupal\markdown\PluginManager\InstallablePluginManager. Deprecated in markdown:8.x-2.0 and is removed from markdown:3.0.0. There is no replacement. -------------------------------------------------------------------------------- Check manually 561 Access to deprecated property $versionConstraint of class Drupal\markdown\Annotation\InstallableLibrary. Deprecated in markdown:8.x-2.0 and is removed from markdown:3.0.0. Use the "requirements" property instead. -------------------------------------------------------------------------------- Check manually 565 Access to deprecated property $versionConstraint of class Drupal\markdown\Annotation\InstallableLibrary. Deprecated in markdown:8.x-2.0 and is removed from markdown:3.0.0. Use the "requirements" property instead. -------------------------------------------------------------------------------- FILE: modules/contrib/markdown/src/PluginManager/InstallablePluginManagerInterface.php STATUS LINE MESSAGE -------------------------------------------------------------------------------- Check manually 17 Interface Drupal\markdown\PluginManager\InstallablePluginManagerInterf ace extends deprecated interface Symfony\Component\DependencyInjection\ContainerAwareInterfac e: since Symfony 6.4, use dependency injection instead -----------------------------------------------------------------------
some of these may not actually be blockers for Drupal 11 compatibility, because the deprecation notices are coming from markdown, rather than core
also, some of them are addressed in other issues and merge requests, e.g. #3409277
added 1 commit
- 39f4f18c - deprecated interface ContainerAwareInterface
added 1 commit
- 9b500a13 - deprecated interface ContainerAwareInterface
Please register or sign in to reply