Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
Crawler.php
function Crawler::getBaseHref
Returns base href.
File
vendor/
symfony/
dom-crawler/
Crawler.php
, line 85
Class
Crawler
Crawler eases navigation of a list of \DOMNode objects.
Namespace
Symfony\Component\DomCrawler
Code
public
function
getBaseHref
() : ?string {
return
$this
->
baseHref
; }
RSS feed