Skip to content
Snippets Groups Projects
Commit 9bf8718b authored by Jennifer Hodgdon's avatar Jennifer Hodgdon
Browse files

Issue #2091901 by longwave, tstoeckler: Fix one-line doc descriptions for...

Issue #2091901 by longwave, tstoeckler: Fix one-line doc descriptions for UrlGenerator and LinkGeneratorInterface
parent 0d9aa7f3
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,7 @@
use Drupal\Core\PathProcessor\OutboundPathProcessorInterface;
/**
* Defines an interface which generates a link with route names and parameters.
* Generates URLs from route names and parameters.
*/
class UrlGenerator extends ProviderBasedGenerator implements UrlGeneratorInterface {
......
......@@ -8,7 +8,7 @@
namespace Drupal\Core\Utility;
/**
* Defines an interface for a service which generates a link out of a
* Defines an interface for generating links from route names and parameters.
*/
interface LinkGeneratorInterface {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment