Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
FileList.php
function FileList::rewind
Rewind the iterator to the first file.
Return value
void
File
vendor/
squizlabs/
php_codesniffer/
src/
Files/
FileList.php
, line 179
Class
FileList
Namespace
PHP_CodeSniffer\Files
Code
public
function
rewind
() {
reset
(
$this
->
files
); }
RSS feed