Remove deprecated code from comment module

Created on 2 April 2024, 2 months ago
Updated 17 April 2024, about 2 months ago

Problem/Motivation

Part of 🌱 [11.x] [META] Remove deprecated classes, methods, procedural functions and code paths outside of deprecated modules on the Drupal 11 branch Postponed

Steps to reproduce

core/modules/comment$ git grep deprecated
src/CommentStatistics.php:81:      @trigger_error('Calling ' . __METHOD__ . '() without the $time argument is deprecated in drupal:10.3.0 and it will be the 4th argument in drupal:11.0.0. See https://www.drupal.org/node/3387233', E_USER_DEPRECATED);
src/Plugin/Action/UnpublishByKeywordComment.php:12: * @deprecated in drupal:10.3.0 and is removed from drupal:11.0.0. Use
src/Plugin/Action/UnpublishByKeywordComment.php:23:    @trigger_error(__CLASS__ . ' is deprecated in drupal:10.3.0 and is removed from drupal:11.0.0. Use \Drupal\action\Plugin\Action\UnpublishByKeywordComment instead. See https://www.drupal.org/node/3424506', E_USER_DEPRECATED);
tests/src/Unit/Action/UnpublishByKeywordCommentTest.php:24:    $this->expectDeprecation('Drupal\comment\Plugin\Action\UnpublishByKeywordComment is deprecated in drupal:10.3.0 and is removed from drupal:11.0.0. Use \Drupal\action\Plugin\Action\UnpublishByKeywordComment instead. See https://www.drupal.org/node/3424506');

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

Release notes snippet

πŸ“Œ Task
Status

Fixed

Version

11.0 πŸ”₯

Component
CommentΒ  β†’

Last updated 6 days ago

Created by

πŸ‡«πŸ‡·France andypost

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.69.0 2024