function Htmx::getAttributes

Same name and namespace in other branches
  1. 11.x core/lib/Drupal/Core/Htmx/Htmx.php \Drupal\Core\Htmx\Htmx::getAttributes()

Get the attribute storage.

Return value

\Drupal\Core\Template\Attribute The attribute storage.

File

core/lib/Drupal/Core/Htmx/Htmx.php, line 310

Class

Htmx
Presents the HTMX controls for developers to use with render arrays.

Namespace

Drupal\Core\Htmx

Code

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.