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
1Proposed resolution
Fix it
Remaining tasks
N/A
User interface changes
N/A
API changes
N/A
| Comment | File | Size | Author |
|---|---|---|---|
| deprecated-system-module.patch | 558 bytes | tim.plunkett |
Comments
Comment #1
neclimdulLooks good to me!
Comment #2
msonnabaum commentedYep, this patch follows the existing standard.
Comment #3
jhodgdonThanks! Committed to 8.x.