diff --git a/core/lib/Drupal/Core/Routing/UrlGeneratorInterface.php b/core/lib/Drupal/Core/Routing/UrlGeneratorInterface.php index e63383df5f..ac729fb3e2 100644 --- a/core/lib/Drupal/Core/Routing/UrlGeneratorInterface.php +++ b/core/lib/Drupal/Core/Routing/UrlGeneratorInterface.php @@ -2,14 +2,14 @@ namespace Drupal\Core\Routing; -use Symfony\Cmf\Component\Routing\VersatileGeneratorInterface; +Symfony\Component\Routing\Generator\UrlGeneratorInterface as SymfonyUrlGeneratorInterface; /** * Defines an interface for generating a url from a route or system path. * * Provides additional methods and options not present in the base interface. */ -interface UrlGeneratorInterface extends VersatileGeneratorInterface { +interface UrlGeneratorInterface extends SymfonyUrlGeneratorInterface { /** * Gets the internal path (system path) for a route.