function Attribute::offsetUnset

Attributes

#[\ReturnTypeWillChange]

File

core/lib/Drupal/Core/Template/Attribute.php, line 157

Class

Attribute
Collects, sanitizes, and renders HTML attributes.

Namespace

Drupal\Core\Template

Code

public function offsetUnset($name) {
  unset($this->storage[$name]);
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.