X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fcore%2Flib%2FDrupal%2FCore%2FRouting%2FRouteFilterInterface.php;fp=web%2Fcore%2Flib%2FDrupal%2FCore%2FRouting%2FRouteFilterInterface.php;h=57aaee3732d789daee3972f85e4b0a6c93ca5cfa;hp=a0e122c1054faa772f5f58479ae7895701f2f25c;hb=0bf8d09d2542548982e81a441b1f16e75873a04f;hpb=74df008bdbb3a11eeea356744f39b802369bda3c diff --git a/web/core/lib/Drupal/Core/Routing/RouteFilterInterface.php b/web/core/lib/Drupal/Core/Routing/RouteFilterInterface.php index a0e122c10..57aaee373 100644 --- a/web/core/lib/Drupal/Core/Routing/RouteFilterInterface.php +++ b/web/core/lib/Drupal/Core/Routing/RouteFilterInterface.php @@ -4,7 +4,7 @@ namespace Drupal\Core\Routing; 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.