public function UrlGeneratorTrait::setUrlGenerator

public UrlGeneratorTrait::setUrlGenerator(UrlGeneratorInterface $generator)

Sets the URL generator service.

Parameters

\Drupal\Core\Routing\UrlGeneratorInterface $generator: The url generator service.

Return value

$this

File

core/lib/Drupal/Core/Routing/UrlGeneratorTrait.php, line 88

Class

UrlGeneratorTrait
Wrapper methods for the Url Generator.

Namespace

Drupal\Core\Routing

Code

public function setUrlGenerator(UrlGeneratorInterface $generator) {
  $this->urlGenerator = $generator;

  return $this;
}

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/core!lib!Drupal!Core!Routing!UrlGeneratorTrait.php/function/UrlGeneratorTrait::setUrlGenerator/8.1.x