public function BoostCacheRoute::getFilePath in Boost 8
Return the converted file path.
File
- src/
BoostCacheRoute.php, line 77 - Contains Drupal\boost\BoostCacheRoute
Class
- BoostCacheRoute
- BoostCacheRoute class.
Namespace
Drupal\boostCode
public function getFilePath() {
if (!$this->filePath) {
$this->filePath = array_filter($this
->convertPath());
}
return $this->filePath;
}