By pwolanin on
Change record status:
Published (View all published change records)
Project:
Introduced in branch:
8.0.x
Introduced in version:
8.0.0-rc1
Description:
Drupal\Core\Routing\UrlGeneratorInterface::generateFromPath() was marked as deprecated and to be removed before the 8.0.0 release. It has now been removed, including the method from all classes that implement this interface.
In cases where you need to create a URL based on a path from user input, consider using \Drupal\Core\Url::fromUserInput().
See the prior change records:
Impacts:
Module developers