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