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

Breadcrumb

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

function ManifestElement::hasChild

1 call to ManifestElement::hasChild()
PhpElement::hasExtElements in vendor/phar-io/manifest/src/xml/PhpElement.php

File

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

Class

ManifestElement

Namespace

PharIo\Manifest

Code

protected function hasChild(string $elementName) : bool {
    return $this->element
        ->getElementsByTagNameNS(self::XMLNS, $elementName)->length !== 0;
}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal