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

Breadcrumb

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

function AbstractUriElement::getNode

Gets the node associated with this link.

File

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

Class

AbstractUriElement
Any HTML element that can link to an URI.

Namespace

Symfony\Component\DomCrawler

Code

public function getNode() : \DOMElement {
    return $this->node;
}
RSS feed
Powered by Drupal