function ProtectedDirectory::getPath
Same name in other branches
- 9 core/lib/Drupal/Core/File/ProtectedDirectory.php \Drupal\Core\File\ProtectedDirectory::getPath()
- 8.9.x core/lib/Drupal/Core/File/ProtectedDirectory.php \Drupal\Core\File\ProtectedDirectory::getPath()
- 11.x core/lib/Drupal/Core/File/ProtectedDirectory.php \Drupal\Core\File\ProtectedDirectory::getPath()
Gets the directory path.
Return value
string The directory path.
File
-
core/
lib/ Drupal/ Core/ File/ ProtectedDirectory.php, line 63
Class
- ProtectedDirectory
- A value object representing a protected directory.
Namespace
Drupal\Core\FileCode
public function getPath() {
return $this->path;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.