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