public function StaticCacheInterface::filterUncachedPaths in Tome 8
Filters paths that are uncached from a given array.
@returns array An array of uncached paths.
Parameters
string $base_url: The base scheme/host for this request.
array $original_paths: An array of paths.
1 method overrides StaticCacheInterface::filterUncachedPaths()
- StaticCache::filterUncachedPaths in modules/
tome_static/ src/ StaticCache.php - Filters paths that are uncached from a given array.
File
- modules/
tome_static/ src/ StaticCacheInterface.php, line 24
Class
- StaticCacheInterface
- Determines if pages are statically cached.
Namespace
Drupal\tome_staticCode
public function filterUncachedPaths($base_url, array $original_paths);