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

Breadcrumb

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

function AbstractUriElement::getRawUri

Returns raw URI data.

2 calls to AbstractUriElement::getRawUri()
AbstractUriElement::getUri in vendor/symfony/dom-crawler/AbstractUriElement.php
Gets the URI associated with this link.
AbstractUriElement::__construct in vendor/symfony/dom-crawler/AbstractUriElement.php
2 methods override AbstractUriElement::getRawUri()
Image::getRawUri in vendor/symfony/dom-crawler/Image.php
Returns raw URI data.
Link::getRawUri in vendor/symfony/dom-crawler/Link.php
Returns raw URI data.

File

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

Class

AbstractUriElement
Any HTML element that can link to an URI.

Namespace

Symfony\Component\DomCrawler

Code

protected abstract function getRawUri() : string;
RSS feed
Powered by Drupal