Constructs a \Drupal\Core\Template\AttributeValueBase object.
public function __construct($name, $value) { $this->name = $name; $this->value = $value; }