abstract function hackedFileHasher::fetch_lines in Hacked! 8.2
Compute and return the lines of the given file.
Parameters
$filename: A fully-qualified filename to return.
Return value
array|bool The lines of the given filename or FALSE on failure.
2 methods override hackedFileHasher::fetch_lines()
- hackedFileIgnoreEndingsHasher::fetch_lines in src/
hackedFileIgnoreEndingsHasher.php - Compute and return the lines of the given file.
- hackedFileIncludeEndingsHasher::fetch_lines in src/
hackedFileIncludeEndingsHasher.php - Compute and return the lines of the given file.
File
- src/
hackedFileHasher.php, line 67
Class
- hackedFileHasher
- Base class for the different ways that files can be hashed.
Namespace
Drupal\hackedCode
abstract function fetch_lines($filename);