private function BoostCacheRoute::convertPath in Boost 8
Convert the path into a file path.
1 call to BoostCacheRoute::convertPath()
- BoostCacheRoute::getFilePath in src/
BoostCacheRoute.php - Return the converted file path.
File
- src/
BoostCacheRoute.php, line 88 - Contains Drupal\boost\BoostCacheRoute
Class
- BoostCacheRoute
- BoostCacheRoute class.
Namespace
Drupal\boostCode
private function convertPath() {
return explode('/', $this
->getPath());
}