Attribute::offsetExists

public function Attribute::offsetExists

public Attribute::offsetExists($name)

File

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

Class

Attribute
Collects, sanitizes, and renders HTML attributes.

Namespace

Drupal\Core\Template

Code

public function offsetExists($name) {
  return isset($this->storage[$name]);
}
登录查看完整内容