MTimeProtectedFileStorage::getPath

public MTimeProtectedFileStorage::getPath($name)

File

core/lib/Drupal/Component/PhpStorage/MTimeProtectedFileStorage.php, line 69

Class

MTimeProtectedFileStorage
Stores PHP code in files with securely hashed names.

Namespace

Drupal\Component\PhpStorage

Code

1
2
3
public function getPath($name) {
  return $this->checkFile($name);
}
doc_Drupal
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.