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