function hackedFileGroup::file_get_location in Hacked! 8.2
File
- src/
hackedFileGroup.php, line 95
Class
- hackedFileGroup
- Represents a group of files on the local filesystem.
Namespace
Drupal\hackedCode
function file_get_location($file) {
return $this->base_path . '/' . $file;
}