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

Breadcrumb

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

function Image::getRawUri

Overrides AbstractUriElement::getRawUri

File

vendor/symfony/dom-crawler/Image.php, line 24

Class

Image
Image represents an HTML image (an HTML img tag).

Namespace

Symfony\Component\DomCrawler

Code

protected function getRawUri() : string {
    return $this->node
        ->getAttribute('src');
}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal