You are here

public function MTimeProtectedFileStorage::getPath in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/lib/Drupal/Component/PhpStorage/MTimeProtectedFileStorage.php \Drupal\Component\PhpStorage\MTimeProtectedFileStorage::getPath()

File

core/lib/Drupal/Component/PhpStorage/MTimeProtectedFileStorage.php, line 73
Contains \Drupal\Component\PhpStorage\MTimeProtectedFileStorage.

Class

MTimeProtectedFileStorage
Stores PHP code in files with securely hashed names.

Namespace

Drupal\Component\PhpStorage

Code

public function getPath($name) {
  return $this
    ->checkFile($name);
}