You are here

service url_generator in Drupal 8

Same name and namespace in other branches
  1. 9 core/core.services.yml \url_generator

Class

Drupal\Core\Render\MetadataBubblingUrlGenerator
23 string references to url_generator
BlockContentBlock::create in core/modules/block_content/src/Plugin/Block/BlockContentBlock.php
Creates an instance of the plugin.
ConfigNamesMapperTest::setUp in core/modules/config_translation/tests/src/Unit/ConfigNamesMapperTest.php
Drupal::urlGenerator in core/lib/Drupal.php
Returns the url generator service.
DrupalTest::testUrl in core/tests/Drupal/Tests/Core/DrupalTest.php
Tests the url() method.
DrupalTest::testUrlGenerator in core/tests/Drupal/Tests/Core/DrupalTest.php
Tests the urlGenerator() method.

... See full list

File

core/core.services.yml
core/core.services.yml

View source
  1. class: Drupal\Core\Render\MetadataBubblingUrlGenerator
  2. arguments:
  3. - '@url_generator.non_bubbling'
  4. - '@renderer'
  5. calls:
  6. - [setContext, ['@?router.request_context']]