function FileStorage::getFileSystem
Returns file system service.
Return value
\Drupal\Core\File\FileSystemInterface The file system service.
File
-
core/
lib/ Drupal/ Core/ Config/ FileStorage.php, line 365
Class
- FileStorage
- Defines the file storage.
Namespace
Drupal\Core\ConfigCode
private function getFileSystem() {
return \Drupal::service('file_system');
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.