Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. AbstractUriElement.php

function AbstractUriElement::getUri

Gets the URI associated with this link.

2 calls to AbstractUriElement::getUri()
Form::getUri in vendor/symfony/dom-crawler/Form.php
Gets the URI of the form.
Form::getUri in vendor/symfony/dom-crawler/Form.php
Gets the URI of the form.
1 method overrides AbstractUriElement::getUri()
Form::getUri in vendor/symfony/dom-crawler/Form.php
Gets the URI of the form.

File

vendor/symfony/dom-crawler/AbstractUriElement.php, line 65

Class

AbstractUriElement
Any HTML element that can link to an URI.

Namespace

Symfony\Component\DomCrawler

Code

public function getUri() : string {
    return UriResolver::resolve($this->getRawUri(), $this->currentUri);
}
RSS feed
Powered by Drupal