public function Attribute::storage in Drupal 8
Same name and namespace in other branches
- 9 core/lib/Drupal/Core/Template/Attribute.php \Drupal\Core\Template\Attribute::storage()
Returns the whole array.
File
- core/
lib/ Drupal/ Core/ Template/ Attribute.php, line 359
Class
- Attribute
- Collects, sanitizes, and renders HTML attributes.
Namespace
Drupal\Core\TemplateCode
public function storage() {
return $this->storage;
}