Problem/Motivation

https://drupal.org/node/1354#deprecated describes the standard we use in core.

$ grep -nr "@deprecated in" * | wc -l
     182
grep -nr "@deprecated 8" * | wc -l
       1

Proposed resolution

Fix it

Remaining tasks

N/A

User interface changes

N/A

API changes

N/A

CommentFileSizeAuthor
deprecated-system-module.patch558 bytestim.plunkett
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

neclimdul’s picture

Status: Needs review » Reviewed & tested by the community

Looks good to me!

msonnabaum’s picture

Yep, this patch follows the existing standard.

jhodgdon’s picture

Status: Reviewed & tested by the community » Fixed

Thanks! Committed to 8.x.

  • Commit d6725d9 on 8.x by jhodgdon:
    Issue #2261459 by tim.plunkett: Expand deprecated comment for...

Status: Fixed » Closed (fixed)

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