service url_generator in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/core.services.yml \url_generator
Class
Drupal\Core\Render\MetadataBubblingUrlGenerator20 string references to url_generator
- BlockContentBlock::create in core/
modules/ block_content/ src/ Plugin/ Block/ BlockContentBlock.php - Creates an instance of the plugin.
- BrowserTestBase::drupalGet in core/
modules/ simpletest/ src/ BrowserTestBase.php - Retrieves a Drupal path or an absolute path.
- 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.
File
- core/
core.services.yml - core/core.services.yml
View source
- class: Drupal\Core\Render\MetadataBubblingUrlGenerator
- arguments:
- - '@url_generator.non_bubbling'
- - '@renderer'
- calls:
- - [setContext, ['@?router.request_context']]