Issue #3002935 by Mile23, tim.plunkett, Berdir: Document that DeprecationListenerTrait::getSkippedDeprecations() should not be expanded for new deprecations
parent
bf9da01f9a
commit
12d8100f57
|
@ -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 [
|
||||
|
|
Loading…
Reference in New Issue