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

Issue #2960324 by bdlangton, ameya1727, Chi, davidneedham: Wrong deprecation...

Issue #2960324 by bdlangton, ameya1727, Chi, davidneedham: Wrong deprecation message in core/lib/Drupal/Core/Routing/RouteFilterInterface.php
parent 1454853f
No related branches found
No related tags found
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
......@@ -4,7 +4,7 @@
use Symfony\Component\Routing\Route;
@trigger_error('\Drupal\Core\Routing\Enhancer\RouteFilterInterface is deprecated in Drupal 8.5.0 and will be removed before Drupal 9.0.0. Instead, you should use \Drupal\Core\Routing\FilterInterface. See https://www.drupal.org/node/2894934', E_USER_DEPRECATED);
@trigger_error('\Drupal\Core\Routing\RouteFilterInterface is deprecated in Drupal 8.5.0 and will be removed before Drupal 9.0.0. Instead, you should use \Drupal\Core\Routing\FilterInterface. See https://www.drupal.org/node/2894934', E_USER_DEPRECATED);
/**
* A route filter service to filter down the collection of route instances.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment