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

Breadcrumb

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

function MetadataCollection::isNotEmpty

File

vendor/phpunit/phpunit/src/Metadata/MetadataCollection.php, line 63

Class

MetadataCollection
@template-implements IteratorAggregate<int, Metadata>

Namespace

PHPUnit\Metadata

Code

public function isNotEmpty() : bool {
    return $this->count() > 0;
}
RSS feed
Powered by Drupal