Returns the whole array.
File
- drupal/core/lib/Drupal/Core/Template/Attribute.php, line 136
- Definition of Drupal\Core\Template\Attribute.
Class
- Attribute
- A class that can be used for collecting then rendering HTML attributtes.
Namespace
Drupal\Core\Template
Code
public function value() {
return $this->value;
}