Issue #3002935 by Mile23, tim.plunkett, Berdir: Document that DeprecationListenerTrait::getSkippedDeprecations() should not be expanded for new deprecations

8.7.x
Alex Pott 2018-10-01 09:40:59 +01:00
parent bf9da01f9a
commit 12d8100f57
No known key found for this signature in database
GPG Key ID: 31905460D4A69276
1 changed files with 8 additions and 0 deletions

View File

@ -92,10 +92,18 @@ trait DeprecationListenerTrait {
/**
* A list of deprecations to ignore whilst fixes are put in place.
*
* Do not add any new deprecations to this list. All deprecation errors will
* eventually be removed from this list.
*
* @return string[]
* A list of deprecations to ignore.
*
* @internal
*
* @todo Fix all these deprecations and remove them from this list.
* https://www.drupal.org/project/drupal/issues/2959269
*
* @see https://www.drupal.org/node/2811561
*/
public static function getSkippedDeprecations() {
return [