You are here

protected property ProtectedDirectory::$private in Drupal 10

Same name and namespace in other branches
  1. 8 core/lib/Drupal/Core/File/ProtectedDirectory.php \Drupal\Core\File\ProtectedDirectory::private
  2. 9 core/lib/Drupal/Core/File/ProtectedDirectory.php \Drupal\Core\File\ProtectedDirectory::private

If the directory is private (or public).

Type: bool

File

core/lib/Drupal/Core/File/ProtectedDirectory.php, line 29

Class

ProtectedDirectory
A value object representing a protected directory.

Namespace

Drupal\Core\File

Code

protected $private;