function PublicStream::getDirectoryPath
Same name in other branches
- 8.9.x core/lib/Drupal/Core/StreamWrapper/PublicStream.php \Drupal\Core\StreamWrapper\PublicStream::getDirectoryPath()
- 10 core/lib/Drupal/Core/StreamWrapper/PublicStream.php \Drupal\Core\StreamWrapper\PublicStream::getDirectoryPath()
- 11.x core/lib/Drupal/Core/StreamWrapper/PublicStream.php \Drupal\Core\StreamWrapper\PublicStream::getDirectoryPath()
Overrides LocalStream::getDirectoryPath
File
-
core/
lib/ Drupal/ Core/ StreamWrapper/ PublicStream.php, line 42
Class
- PublicStream
- Defines a Drupal public (public://) stream wrapper class.
Namespace
Drupal\Core\StreamWrapperCode
public function getDirectoryPath() {
return static::basePath();
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.