public Attribute::storage()
Returns the whole array.
File
- core/lib/Drupal/Core/Template/Attribute.php, line 331
Class
- Attribute
- Collects, sanitizes, and renders HTML attributes.
Namespace
Drupal\Core\Template
Code
1 2 3 | public function storage() { return $this ->storage; } |
Please login to continue.