ResponsiveImage.php
Same filename in other branches
Namespace
Drupal\responsive_image\ElementFile
-
core/
modules/ responsive_image/ src/ Element/ ResponsiveImage.php
View source
<?php
namespace Drupal\responsive_image\Element;
use Drupal\Core\Render\Attribute\RenderElement;
use Drupal\Core\Render\Element\RenderElementBase;
/**
* Provides a responsive image element.
*/
class ResponsiveImage extends RenderElementBase {
/**
* {@inheritdoc}
*/
public function getInfo() {
return [
'#theme' => 'responsive_image',
];
}
}
Classes
Title | Deprecated | Summary |
---|---|---|
ResponsiveImage | Provides a responsive image element. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.