public function DummyExternalReadOnlyWrapper::dir_rewinddir in Drupal 10
@inheritDoc
Overrides PhpStreamWrapperInterface::dir_rewinddir
File
- core/
modules/ file/ tests/ file_test/ src/ StreamWrapper/ DummyExternalReadOnlyWrapper.php, line 82
Class
- DummyExternalReadOnlyWrapper
- Helper class for testing the stream wrapper registry.
Namespace
Drupal\file_test\StreamWrapperCode
public function dir_rewinddir() {
return FALSE;
}