Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
ServiceLoaderIterator.php
function ServiceLoaderIterator::rewind
File
vendor/
tbachert/
spi/
src/
ServiceLoaderIterator.php
, line 80
Class
ServiceLoaderIterator
@template-covariant S of object service type @implements Iterator<class-string, S>
Namespace
Nevay\SPI
Code
public
function
rewind
() : void {
$this
->
index
=
0
;
$this
->
skipInvalid
(); }
RSS feed