function Htmx::getAttributes
Get the attribute storage.
Return value
\Drupal\Core\Template\Attribute The attribute storage.
File
-
core/
lib/ Drupal/ Core/ Htmx/ Htmx.php, line 292
Class
- Htmx
- Presents the HTMX controls for developers to use with render arrays.
Namespace
Drupal\Core\HtmxCode
public function getAttributes() : Attribute {
return $this->attributes;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.