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