Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
BundledComponentCollectionIterator.php
function BundledComponentCollectionIterator::valid
File
vendor/
phar-io/
manifest/
src/
values/
BundledComponentCollectionIterator.php
, line 32
Class
BundledComponentCollectionIterator
@template-implements Iterator<int,BundledComponent>
Namespace
PharIo\Manifest
Code
public
function
valid
() : bool {
return
$this
->
position
<
count
(
$this
->
bundledComponents
); }
RSS feed