Html.php
Same filename in this branch
Same filename in other branches
Namespace
Drupal\Core\Render\ElementFile
-
core/
lib/ Drupal/ Core/ Render/ Element/ Html.php
View source
<?php
namespace Drupal\Core\Render\Element;
/**
* Provides a render element for an entire HTML page: <html> plus its children.
*
* @RenderElement("html")
*/
class Html extends RenderElement {
/**
* {@inheritdoc}
*/
public function getInfo() {
return [
'#theme' => 'html',
];
}
}
Classes
Title | Deprecated | Summary |
---|---|---|
Html | Provides a render element for an entire HTML page: <html> plus its children. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.