./core/authorize.php: \Drupal::l(t('Front page'), new Url('')), ./core/includes/batch.inc: return new RedirectResponse(\Drupal::url('', [], ['absolute' => TRUE])); ./core/includes/theme.inc: $li_attributes['data-drupal-link-system-path'] = $system_path == '' ? '' : $system_path; ./core/includes/theme.inc: $variables['front_page'] = \Drupal::url(''); ./core/lib/Drupal/Core/Path/PathMatcher.php: // Quote keyword. ./core/lib/Drupal/Core/Path/PathValidator.php: if ($parsed_url['path'] == '') { ./core/lib/Drupal/Core/Path/PathValidator.php: return new Url('', [], $options); ./core/lib/Drupal/Core/PathProcessor/PathProcessorFront.php: // The special path '' links to the default front page. ./core/lib/Drupal/Core/PathProcessor/PathProcessorFront.php: if ($path == '') { ./core/lib/Drupal/Core/Routing/NullGenerator.php: if ($name === '') { ./core/lib/Drupal/Core/Routing/UrlGeneratorInterface.php: * passing in ''. A few notes: ./core/lib/Drupal/Core/Routing/UrlGeneratorInterface.php: * - The special string '' generates a link to the site's base URL. ./core/lib/Drupal/Core/Url.php: * 'node/add') as well as 2 special paths: '' and '', which are ./core/lib/Drupal/Core/Url.php: * - '' -> 'user-path:/' ./core/lib/Drupal/Core/Url.php: * - 'foo=bar' -> 'user-path:/?foo=bar' ./core/lib/Drupal/Core/Url.php: * - '#kitten' -> 'user-path:/#kitten' ./core/lib/Drupal/Core/Url.php: * - 'user-path:/' (path component is '/') to the special '' path ./core/lib/Drupal/Core/Url.php: $uri_parts['path'] = ''; ./core/lib/Drupal/Core/Utility/LinkGenerator.php: $variables['options']['attributes']['data-drupal-link-system-path'] = $system_path == '' ? '' : $system_path; ./core/misc/active-link.js: // If this is the front page, we have to check for the path as well. ./core/misc/active-link.js: originalSelectors.push('[data-drupal-link-system-path=""]'); ./core/modules/block/src/Tests/BlockTest.php: $this->drupalGet(''); ./core/modules/block/src/Tests/BlockTest.php: $this->drupalGet(''); ./core/modules/block/src/Tests/BlockTest.php: $cid_parts = array(\Drupal::url('', array(), array('absolute' => TRUE)), 'html'); ./core/modules/block/src/Tests/BlockTest.php: $this->drupalGet(''); ./core/modules/block/src/Tests/BlockTest.php: $this->drupalGet(''); ./core/modules/block/src/Tests/BlockTest.php: $this->drupalGet(''); ./core/modules/block/src/Tests/BlockTest.php: $this->drupalGet(''); ./core/modules/block/src/Tests/BlockTest.php: $cid_parts = array(\Drupal::url('', array(), array('absolute' => TRUE)), 'html'); ./core/modules/block/src/Tests/BlockTest.php: $this->drupalGet(''); ./core/modules/block/src/Tests/BlockTest.php: $this->drupalGet(''); ./core/modules/block/src/Tests/BlockTest.php: $this->drupalGet(''); ./core/modules/block/src/Tests/BlockTest.php: $this->drupalGet(''); ./core/modules/block/src/Tests/BlockTest.php: $this->drupalGet(''); ./core/modules/block/src/Tests/BlockTest.php: $this->drupalGet(''); ./core/modules/block_content/src/Tests/BlockContentFieldTest.php: $this->drupalGet(''); ./core/modules/block_content/src/Tests/BlockContentPageViewTest.php: $this->drupalGet(''); ./core/modules/book/src/BookBreadcrumbBuilder.php: $links = array(Link::createFromRoute($this->t('Home'), '')); ./core/modules/book/src/Tests/BookTest.php: $expected_breadcrumb[] = \Drupal::url(''); ./core/modules/book/src/Tests/BookTest.php: $this->drupalGet(''); ./core/modules/book/src/Tests/BookTest.php: $this->drupalGet(''); ./core/modules/color/src/Tests/ColorTest.php: $this->drupalGet(''); ./core/modules/color/src/Tests/ColorTest.php: $this->drupalGet(''); ./core/modules/color/src/Tests/ColorTest.php: $this->drupalGet(''); ./core/modules/comment/comment.module: $variables['title'] = \Drupal::l($comment->getSubject(), new Url('')); ./core/modules/comment/comment.module: $variables['permalink'] = \Drupal::l(t('Permalink'), new Url('')); ./core/modules/comment/src/CommentBreadcrumbBuilder.php: $breadcrumb[] = Link::createFromRoute($this->t('Home'), ''); ./core/modules/contact/src/MessageForm.php: $form_state->setRedirect(''); ./core/modules/dblog/src/Tests/Views/ViewsIntegrationTest.php: 'variables' => array('link' => \Drupal::l('Link', new Url(''))), ./core/modules/dblog/src/Tests/Views/ViewsIntegrationTest.php: 'variables' => array('@token1' => $this->randomMachineName(), 'link' => \Drupal::l('Link', new Url(''))), ./core/modules/dblog/src/Tests/Views/ViewsIntegrationTest.php: 'link' => \Drupal::l('Link', new Url('')), ./core/modules/forum/src/Breadcrumb/ForumBreadcrumbBuilderBase.php: $breadcrumb[] = Link::createFromRoute($this->t('Home'), ''); ./core/modules/forum/src/Tests/ForumBlockTest.php: $this->drupalGet(''); ./core/modules/forum/src/Tests/ForumTest.php: Link::createFromRoute(t('Home'), ''), ./core/modules/forum/src/Tests/ForumTest.php: Link::createFromRoute(t('Home'), ''), ./core/modules/forum/tests/src/Unit/Breadcrumb/ForumBreadcrumbBuilderBaseTest.php: Link::createFromRoute('Home', ''), ./core/modules/forum/tests/src/Unit/Breadcrumb/ForumListingBreadcrumbBuilderTest.php: Link::createFromRoute('Home', ''), ./core/modules/forum/tests/src/Unit/Breadcrumb/ForumListingBreadcrumbBuilderTest.php: Link::createFromRoute('Home', ''), ./core/modules/forum/tests/src/Unit/Breadcrumb/ForumNodeBreadcrumbBuilderTest.php: Link::createFromRoute('Home', ''), ./core/modules/forum/tests/src/Unit/Breadcrumb/ForumNodeBreadcrumbBuilderTest.php: Link::createFromRoute('Home', ''), ./core/modules/language/src/Plugin/Block/LanguageBlock.php: $route_name = drupal_is_front_page() ? '' : ''; ./core/modules/language/src/Tests/LanguageSwitchingTest.php: $this->drupalGet(''); ./core/modules/language/src/Tests/LanguageUrlRewritingTest.php: $rewritten_path = trim(str_replace($base_path, '', \Drupal::url('', array(), $options)), '/'); ./core/modules/language/src/Tests/LanguageUrlRewritingTest.php: $index_php = strpos(\Drupal::url('', array(), array('absolute' => TRUE)), 'index.php') !== FALSE; ./core/modules/link/src/Plugin/Field/FieldWidget/LinkWidget.php: // remove the ability to enter '' or '', we'll expect '/' ./core/modules/link/src/Plugin/Field/FieldWidget/LinkWidget.php: $uri_reference = '' . substr($uri_reference, 1); ./core/modules/link/src/Plugin/Field/FieldWidget/LinkWidget.php: // remove the ability to enter '' or '', we'll expect '/' ./core/modules/link/src/Plugin/Field/FieldWidget/LinkWidget.php: // - '' -> '/' ./core/modules/link/src/Plugin/Field/FieldWidget/LinkWidget.php: // - '#foo' -> '/#foo' ./core/modules/link/src/Plugin/Field/FieldWidget/LinkWidget.php: if (strpos($string, '') === 0) { ./core/modules/link/src/Plugin/Field/FieldWidget/LinkWidget.php: $string = '/' . substr($string, strlen('')); ./core/modules/link/src/Plugin/Field/FieldWidget/LinkWidget.php: $element['uri']['#field_prefix'] = \Drupal::url('', array(), array('absolute' => TRUE)); ./core/modules/link/src/Plugin/Field/FieldWidget/LinkWidget.php: $element['uri']['#description'] = $this->t('This can be an internal path such as %add-node or an external URL such as %url. Enter %front to link to the front page.', array('%front' => '', '%add-node' => 'node/add', '%url' => 'http://example.com')); ./core/modules/locale/src/Tests/LocaleConfigTranslationImportTest.php: $this->config('update.settings')->set('fetch.url', (string) Url::fromRoute('', array(), array('absolute' => TRUE)))->save(); ./core/modules/locale/tests/modules/locale_test/locale_test.module: $url = \Drupal::url('', [], ['absolute' => TRUE]); ./core/modules/menu_ui/src/Tests/MenuLanguageTest.php: $link_path = ''; ./core/modules/menu_ui/src/Tests/MenuLanguageTest.php: 'route_name' => '', ./core/modules/menu_ui/src/Tests/MenuLanguageTest.php: 'route_name' => '', ./core/modules/menu_ui/src/Tests/MenuLanguageTest.php: 'route_name' => '', ./core/modules/menu_ui/src/Tests/MenuTest.php: $this->drupalPostForm(NULL, array('link[0][uri]' => '', 'title[0][value]' => $link_title), t('Save')); ./core/modules/menu_ui/src/Tests/MenuTest.php: // Add menu item. ./core/modules/menu_ui/src/Tests/MenuTest.php: $item8 = $this->addMenuLink('', '', $menu_name); ./core/modules/menu_ui/src/Tests/MenuTest.php: $this->assertMenuLink($item8->getPluginId(), array('route_name' => '')); ./core/modules/menu_ui/src/Tests/MenuTest.php: // Use #fragment and ensure that saving it does not loose its ./core/modules/menu_ui/src/Tests/MenuTest.php: $path = '?arg1=value#fragment'; ./core/modules/menu_ui/src/Tests/MenuTest.php: $this->addMenuLink('', '', $custom_menu->id()); ./core/modules/menu_ui/src/Tests/MenuTest.php: function addMenuLink($parent = '', $path = '', $menu_name = 'tools', $expanded = FALSE, $weight = '0') { ./core/modules/menu_ui/src/Tests/MenuTest.php: 'link[0][uri]' => '', ./core/modules/migrate_drupal/src/Tests/d6/MigrateBlockTest.php: $this->assertIdentical('', $visibility['request_path']['pages']); ./core/modules/migrate_drupal/src/Tests/Table/Blocks.php: 'pages' => '', ./core/modules/migrate_drupal/tests/src/Unit/source/d6/BlockTest.php: 'pages' => '', ./core/modules/node/src/Form/NodeDeleteForm.php: $form_state->setRedirect(''); ./core/modules/node/src/NodeForm.php: $form_state->setRedirect(''); ./core/modules/node/src/Tests/PagePreviewTest.php: $this->drupalGet(''); ./core/modules/rdf/src/Tests/CommentAttributesTest.php: $this->baseUri = \Drupal::url('', [], ['absolute' => TRUE]); ./core/modules/rdf/src/Tests/FileFieldAttributesTest.php: $base_uri = \Drupal::url('', [], ['absolute' => TRUE]); ./core/modules/rdf/src/Tests/ImageFieldAttributesTest.php: $base_uri = \Drupal::url('', [], ['absolute' => TRUE]); ./core/modules/rdf/src/Tests/NodeAttributesTest.php: $base_uri = \Drupal::url('', [], ['absolute' => TRUE]); ./core/modules/rdf/src/Tests/StandardProfileTest.php: $this->baseUri = \Drupal::url('', [], ['absolute' => TRUE]); ./core/modules/rdf/src/Tests/StandardProfileTest.php: $graph = $this->getRdfGraph(Url::fromRoute('')); ./core/modules/rdf/src/Tests/TaxonomyAttributesTest.php: $base_uri = \Drupal::url('', [], ['absolute' => TRUE]); ./core/modules/rdf/src/Tests/TaxonomyTermFieldAttributesTest.php: $base_uri = \Drupal::url('', [], ['absolute' => TRUE]); ./core/modules/rdf/src/Tests/UserAttributesTest.php: $base_uri = \Drupal::url('', [], ['absolute' => TRUE]); ./core/modules/rdf/src/Tests/UserAttributesTest.php: $base_uri = \Drupal::url('', [], ['absolute' => TRUE]); ./core/modules/search/src/Tests/SearchRankingTest.php: $settings['body'] = array(array('value' => \Drupal::l('Drupal Rocks', new Url('')), 'format' => 'full_html')); ./core/modules/shortcut/src/Controller/ShortcutController.php: return $this->redirect(''); ./core/modules/shortcut/src/Controller/ShortcutSetController.php: return $this->redirect(''); ./core/modules/shortcut/src/Tests/ShortcutLinksTest.php: '', ./core/modules/shortcut/src/Tests/ShortcutLinksTest.php: $this->assertTrue(in_array('user-path:/' . ($test_path == '' ? '' : $test_path), $paths), 'Shortcut created: ' . $test_path); ./core/modules/shortcut/src/Tests/ShortcutLinksTest.php: $this->drupalGet(Url::fromRoute('')); ./core/modules/shortcut/src/Tests/ShortcutLinksTest.php: $this->drupalGet(Url::fromRoute('')); ./core/modules/shortcut/src/Tests/ShortcutTranslationUITest.php: $this->drupalGet('', array('language' => $language)); ./core/modules/system/src/Controller/DbUpdateController.php: $message = '

' . $this->t('Updates were attempted. If you see no failures below, you may proceed happily back to your site. Otherwise, you may need to update your database manually.', array('@url' => $this->url(''))) . ' ' . $log_message . '

'; ./core/modules/system/src/Controller/DbUpdateController.php: 'url' => Url::fromRoute(''), ./core/modules/system/src/Controller/SystemController.php: return $this->redirect(''); ./core/modules/system/src/Controller/SystemController.php: * current path might also be ) ./core/modules/system/src/Controller/SystemController.php: // special case. ./core/modules/system/src/PathBasedBreadcrumbBuilder.php: $links[] = Link::createFromRoute($this->t('Home'), ''); ./core/modules/system/src/Plugin/Condition/RequestPath.php: '%front' => '', ./core/modules/system/src/Tests/Common/RenderElementTypesTest.php: '#url' => Url::fromRoute(''), ./core/modules/system/src/Tests/Common/RenderElementTypesTest.php: 'expected' => '//div[@class="more-link"]/a[@href="' . Url::fromRoute('')->toString() . '" and text()="More"]', ./core/modules/system/src/Tests/Installer/InstallerTranslationTest.php: $this->drupalGet(''); ./core/modules/system/src/Tests/Menu/AssertBreadcrumbTrait.php: // If the path is empty, generate the path from the route. If ./core/modules/system/src/Tests/Menu/AssertBreadcrumbTrait.php: $url = Url::fromRoute('')->toString(); ./core/modules/system/src/Tests/Menu/BreadcrumbTest.php: $this->assertBreadcrumb('', array()); ./core/modules/system/src/Tests/Menu/MenuTreeStorageTest.php: $this->addMenuLink('test2', 'test1', '', array(), 'tools', array('enabled' => 0)); ./core/modules/system/src/Tests/Menu/MenuTreeStorageTest.php: $this->addMenuLink('footerA', '', '', array(), 'footer'); ./core/modules/system/src/Tests/RouteProcessor/RouteNoneTest.php: $request->attributes->set(RouteObjectInterface::ROUTE_NAME, ''); ./core/modules/system/src/Tests/RouteProcessor/RouteNoneTest.php: $request->attributes->set(RouteObjectInterface::ROUTE_NAME, ''); ./core/modules/system/src/Tests/RouteProcessor/RouteProcessorCurrentIntegrationTest.php: $request->attributes->set(RouteObjectInterface::ROUTE_NAME, ''); ./core/modules/system/src/Tests/RouteProcessor/RouteProcessorCurrentIntegrationTest.php: $request->attributes->set(RouteObjectInterface::ROUTE_NAME, ''); ./core/modules/system/src/Tests/Routing/RouterTest.php: $this->assertEqual($this->container->get('url_generator')->generate(''), $base_path); ./core/modules/system/src/Tests/Routing/RouterTest.php: $this->assertEqual($this->container->get('url_generator')->generateFromPath(''), $base_path); ./core/modules/system/src/Tests/System/AdminTest.php: // for authenticated users. We cannot use '', since this does not ./core/modules/system/src/Tests/System/TokenReplaceUnitTest.php: $tests['[site:url]'] = \Drupal::url('', [], $url_options); ./core/modules/system/src/Tests/System/TokenReplaceUnitTest.php: $tests['[site:url-brief]'] = preg_replace(array('!^https?://!', '!/$!'), '', \Drupal::url('', [], $url_options)); ./core/modules/system/src/Tests/Theme/FunctionsTest.php: 'url' => Url::fromRoute(''), ./core/modules/system/src/Tests/Theme/FunctionsTest.php: $expected_links .= '
  • ' . String::checkPlain('Front page') . '
  • '; ./core/modules/system/src/Tests/Theme/FunctionsTest.php: $expected_links .= '
  • ' . String::checkPlain('Front page') . '
  • '; ./core/modules/system/src/Tests/Theme/FunctionsTest.php: $expected_links .= '
  • ' . String::checkPlain('Front page') . '
  • '; ./core/modules/system/system.module: Url::fromRoute('', [], array('script' => &$scriptPath, 'prefix' => &$pathPrefix))->toString(); ./core/modules/system/system.routing.yml:'': ./core/modules/system/system.tokens.inc: $replacements[$original] = \Drupal::url('', array(), $url_options); ./core/modules/system/system.tokens.inc: $replacements[$original] = preg_replace(array('!^https?://!', '!/$!'), '', \Drupal::url('', array(), $url_options)); ./core/modules/system/templates/block--system-branding-block.html.twig: {{ site_name }} ./core/modules/system/tests/modules/ajax_test/src/Controller/AjaxTestController.php: '#url' => Url::fromRoute(''), ./core/modules/system/tests/modules/entity_test/src/EntityTestDeleteForm.php: return new Url(''); ./core/modules/system/tests/modules/form_test/src/ConfirmFormTestForm.php: $form_state->setRedirect(''); ./core/modules/system/tests/modules/form_test/src/Form/FormTestStorageForm.php: $form_state->setRedirect(''); ./core/modules/system/tests/src/Unit/Breadcrumbs/PathBasedBreadcrumbBuilderTest.php: $this->assertEquals(array(0 => new Link('Home', new Url(''))), $links); ./core/modules/system/tests/src/Unit/Breadcrumbs/PathBasedBreadcrumbBuilderTest.php: $this->assertEquals(array(0 => new Link('Home', new Url('')), 1 => new Link('Example', new Url('example'))), $links); ./core/modules/system/tests/src/Unit/Breadcrumbs/PathBasedBreadcrumbBuilderTest.php: new Link('Home', new Url('')), ./core/modules/system/tests/src/Unit/Breadcrumbs/PathBasedBreadcrumbBuilderTest.php: $this->assertEquals(array(0 => new Link('Home', new Url(''))), $links); ./core/modules/system/tests/src/Unit/Breadcrumbs/PathBasedBreadcrumbBuilderTest.php: $this->assertEquals(array(0 => new Link('Home', new Url(''))), $links); ./core/modules/system/tests/src/Unit/Breadcrumbs/PathBasedBreadcrumbBuilderTest.php: $this->assertEquals(array(0 => new Link('Home', new Url('')), 1 => new Link('Admin', new Url('user_page'))), $links); ./core/modules/system/tests/src/Unit/Controller/SystemControllerTest.php: 'data-drupal-link-system-path' => '', ./core/modules/system/tests/src/Unit/Controller/SystemControllerTest.php: 'data-drupal-link-system-path' => '', ./core/modules/system/tests/src/Unit/Controller/SystemControllerTest.php: 'data-drupal-link-system-path' => '', ./core/modules/system/tests/src/Unit/Controller/SystemControllerTest.php: 'data-drupal-link-system-path' => '', ./core/modules/system/tests/src/Unit/Controller/SystemControllerTest.php: 'data-drupal-link-system-path' => '', ./core/modules/system/tests/src/Unit/Controller/SystemControllerTest.php: * current path might also be ) ./core/modules/taxonomy/src/TermBreadcrumbBuilder.php: $breadcrumb[] = Link::createFromRoute($this->t('Home'), ''); ./core/modules/taxonomy/src/Tests/TermTranslationBreadcrumbTest.php: $breadcrumb = array(Url::fromRoute('')->toString() => 'Home'); ./core/modules/taxonomy/src/Tests/TermTranslationBreadcrumbTest.php: $breadcrumb = array(Url::fromRoute('', [], ['language' => $languages[$this->translateToLangcode]])->toString() => 'Home'); ./core/modules/toolbar/src/Element/ToolbarItem.php: '#url' => Url::fromRoute(''), ./core/modules/toolbar/tests/modules/toolbar_test/toolbar_test.module: '#url' => Url::fromRoute(''), ./core/modules/toolbar/tests/modules/toolbar_test/toolbar_test.module: \Drupal::l(t('link 1'), new Url('', [], array('attributes' => array('title' => 'Test link 1 title')))), ./core/modules/toolbar/tests/modules/toolbar_test/toolbar_test.module: \Drupal::l(t('link 2'), new Url('', [], array('attributes' => array('title' => 'Test link 2 title')))), ./core/modules/toolbar/tests/modules/toolbar_test/toolbar_test.module: \Drupal::l(t('link 3'), new Url('', [], array('attributes' => array('title' => 'Test link 3 title')))), ./core/modules/toolbar/toolbar.api.php: '#url' => Url::fromRoute(''), ./core/modules/toolbar/toolbar.module: '#url' => Url::fromRoute(''), ./core/modules/toolbar/toolbar.module: // Many routes have dots as route name, while some special ones like ./core/modules/tour/src/Tests/TourTest.php: ':href' => \Drupal::url('', [], ['absolute' => TRUE]), ./core/modules/user/src/Controller/UserController.php: return $this->redirect(''); ./core/modules/user/src/Controller/UserController.php: return $this->redirect(''); ./core/modules/user/src/EventSubscriber/MaintenanceModeSubscriber.php: $event->setResponse($this->redirect($this->url(''))); ./core/modules/user/src/RegisterForm.php: $form_state->setRedirect(''); ./core/modules/user/src/RegisterForm.php: $form_state->setRedirect(''); ./core/modules/user/src/RegisterForm.php: $form_state->setRedirect(''); ./core/modules/user/src/Tests/UserAccountLinksTests.php: $this->drupalGet(''); ./core/modules/user/src/Tests/UserAccountLinksTests.php: $this->drupalGet(''); ./core/modules/user/src/Tests/UserAccountLinksTests.php: $this->drupalGet(''); ./core/modules/views/src/Plugin/views/field/FieldPluginBase.php: // strip_tags() removes , so check whether its different to front. ./core/modules/views/src/Plugin/views/field/FieldPluginBase.php: if ($path != '') { ./core/modules/views/src/Tests/Handler/FieldWebTest.php: $expected_result = \Drupal::url('', [], ['absolute' => $absolute]); ./core/modules/views/src/Tests/Handler/FieldWebTest.php: $alter['path'] = ''; ./core/modules/views/src/Tests/Plugin/DisplayFeedTest.php: $this->drupalGet(''); ./core/modules/views/src/Tests/Plugin/DisplayPageWebTest.php: $this->drupalGet(''); ./core/modules/views/src/Tests/Plugin/DisplayPageWebTest.php: $this->drupalGet(''); ./core/modules/views/src/Tests/Plugin/DisplayTest.php: $this->drupalGet(''); ./core/modules/views/src/Tests/Plugin/DisplayTest.php: $this->drupalGet(''); ./core/profiles/standard/standard.links.menu.yml: route_name: '' ./core/tests/Drupal/Tests/Core/Form/FormSubmitterTest.php: ->willReturn(''); ./core/tests/Drupal/Tests/Core/Form/FormSubmitterTest.php: $this->assertSame('', $redirect->getTargetUrl()); ./core/tests/Drupal/Tests/Core/Path/PathMatcherTest.php: // Single paths with ''. ./core/tests/Drupal/Tests/Core/Path/PathMatcherTest.php: "", ./core/tests/Drupal/Tests/Core/Path/PathMatcherTest.php: // Paths with both '' and wildcards (should not work). ./core/tests/Drupal/Tests/Core/Path/PathMatcherTest.php: "/*", ./core/tests/Drupal/Tests/Core/Path/PathMatcherTest.php: "test\r\n", ./core/tests/Drupal/Tests/Core/Path/PathValidatorTest.php: $this->assertTrue($this->pathValidator->isValid('')); ./core/tests/Drupal/Tests/Core/Path/PathValidatorTest.php: $url = $this->pathValidator->getUrlIfValid('?hei=sen#berg'); ./core/tests/Drupal/Tests/Core/Path/PathValidatorTest.php: $this->assertEquals('', $url->getRouteName()); ./core/tests/Drupal/Tests/Core/Routing/UrlGeneratorTest.php: case '': ./core/tests/Drupal/Tests/Core/Routing/UrlGeneratorTest.php: $result = $this->generator->generateFromPath('', array('absolute' => $absolute)); ./core/tests/Drupal/Tests/Core/UrlTest.php: * Tests the fromRoute() method with the special path. ./core/tests/Drupal/Tests/Core/UrlTest.php: $url = Url::fromRoute(''); ./core/tests/Drupal/Tests/Core/UrlTest.php: $this->assertSame('', $url->getRouteName()); ./core/tests/Drupal/Tests/Core/UrlTest.php: ['', Url::fromRoute('')], ./core/tests/Drupal/Tests/Core/UrlTest.php: // The four permutations of the special '' path. ./core/tests/Drupal/Tests/Core/UrlTest.php: ['user-path:/', [], 'route:'], ./core/tests/Drupal/Tests/Core/UrlTest.php: ['user-path:/', ['fragment' => 'top'], 'route:#top'], ./core/tests/Drupal/Tests/Core/UrlTest.php: ['user-path:/', ['fragment' => 'top', 'query' => ['page' => '2']], 'route:?page=2#top'], ./core/tests/Drupal/Tests/Core/UrlTest.php: ['user-path:/?page=2#top', [], 'route:?page=2#top'], ./core/themes/bartik/templates/block--system-branding-block.html.twig: {{ site_name }}