You are here

public function Attribute::offsetExists in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/lib/Drupal/Core/Template/Attribute.php \Drupal\Core\Template\Attribute::offsetExists()

File

core/lib/Drupal/Core/Template/Attribute.php, line 164
Contains \Drupal\Core\Template\Attribute.

Class

Attribute
Collects, sanitizes, and renders HTML attributes.

Namespace

Drupal\Core\Template

Code

public function offsetExists($name) {
  return isset($this->storage[$name]);
}