Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
Attribute.php
function Attribute::offsetUnset
File
core/
lib/
Drupal/
Core/
Template/
Attribute.php
, line 163
Class
Attribute
Collects, sanitizes, and renders HTML attributes.
Namespace
Drupal\Core\Template
Code
public
function
offsetUnset
(
$name
) : void {
unset
(
$this
->
storage
[
$name
]); }
RSS feed