Skip to content
Snippets Groups Projects
Unverified Commit 12d8100f authored by Alex Pott's avatar Alex Pott
Browse files

Issue #3002935 by Mile23, tim.plunkett, Berdir: Document that...

Issue #3002935 by Mile23, tim.plunkett, Berdir: Document that DeprecationListenerTrait::getSkippedDeprecations() should not be expanded for new deprecations
parent bf9da01f
Branches
Tags
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -92,10 +92,18 @@ private function willBeIsolated($test) {
/**
* 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 [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment