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\DomCrawlerCode
public function getUri() : string {
return UriResolver::resolve($this->getRawUri(), $this->currentUri);
}