You are here

20 string references to url_generator in Zircon Profile 8

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.
DrupalTest::testUrlGenerator in core/tests/Drupal/Tests/Core/DrupalTest.php
Tests the urlGenerator() method.
EngineTwigTest::testTwigUrlGenerator in core/modules/system/src/Tests/Theme/EngineTwigTest.php
Tests the url and url_generate Twig functions.
EntityUrlTest::setUp in core/tests/Drupal/Tests/Core/Entity/EntityUrlTest.php
FieldPluginBaseTest::setUp in core/modules/views/tests/src/Unit/Plugin/field/FieldPluginBaseTest.php
FormSubmitterTest::testRedirectWithoutResult in core/tests/Drupal/Tests/Core/Form/FormSubmitterTest.php
Tests the redirectForm() method when no redirect is expected.
FormSubmitterTest::testRedirectWithUrl in core/tests/Drupal/Tests/Core/Form/FormSubmitterTest.php
Tests redirectForm() when a redirect is a Url object.
HelpEmptyPageTest::containerBuild in core/modules/help/src/Tests/HelpEmptyPageTest.php
Sets up the base service container for this test.
ImageStyleListBuilder::createInstance in core/modules/image/src/ImageStyleListBuilder.php
Instantiates a new instance of this entity handler.
LanguageSwitchingTest::testLanguageBlockWithDomain in core/modules/language/src/Tests/LanguageSwitchingTest.php
Test language switcher links for domain based negotiation.
RenderElementTest::testPreRenderAjaxForm in core/tests/Drupal/Tests/Core/Render/Element/RenderElementTest.php
@covers ::preRenderAjaxForm
RenderElementTest::testPreRenderAjaxFormWithQueryOptions in core/tests/Drupal/Tests/Core/Render/Element/RenderElementTest.php
@covers ::preRenderAjaxForm
UrlGeneratorTrait::getUrlGenerator in core/lib/Drupal/Core/Routing/UrlGeneratorTrait.php
Returns the URL generator service.
UrlTest::setUp in core/tests/Drupal/Tests/Core/UrlTest.php
ViewsForm::create in core/modules/views/src/Form/ViewsForm.php
Instantiates a new instance of this class.
WebTestBase::buildUrl in core/modules/simpletest/src/WebTestBase.php
Builds an a absolute URL from a system path or a URL object.