Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. ManifestElement.php

function ManifestElement::hasAttribute

1 call to ManifestElement::hasAttribute()
AuthorElement::hasEMail in vendor/phar-io/manifest/src/xml/AuthorElement.php

File

vendor/phar-io/manifest/src/xml/ManifestElement.php, line 41

Class

ManifestElement

Namespace

PharIo\Manifest

Code

protected function hasAttribute(string $name) : bool {
    return $this->element
        ->hasAttribute($name);
}
RSS feed
Powered by Drupal