function Image::__construct
Same name in this branch
- 11.1.x vendor/symfony/validator/Constraints/Image.php \Symfony\Component\Validator\Constraints\Image::__construct()
- 11.1.x core/lib/Drupal/Core/Image/Image.php \Drupal\Core\Image\Image::__construct()
- 11.1.x core/modules/media/src/Plugin/media/Source/Image.php \Drupal\media\Plugin\media\Source\Image::__construct()
Overrides AbstractUriElement::__construct
File
-
vendor/
symfony/ dom-crawler/ Image.php, line 19
Class
- Image
- Image represents an HTML image (an HTML img tag).
Namespace
Symfony\Component\DomCrawlerCode
public function __construct(\DOMElement $node, ?string $currentUri = null) {
parent::__construct($node, $currentUri, 'GET');
}