public function TrafficRegistryInterface::getUrls in URLs queuer 8
Collect URLs and paths associated with the given list of tags.
Parameters
string[] $tags: Unassociative list of cache tags that belong to one or more URls/paths.
Return value
string[] Returns an array with URLs/paths associated with the tags.
Throws
\LogicException Thrown when $tags is empty.
1 method overrides TrafficRegistryInterface::getUrls()
- TrafficRegistry::getUrls in src/
TrafficRegistry.php - Collect URLs and paths associated with the given list of tags.
File
- src/
TrafficRegistryInterface.php, line 64
Class
- TrafficRegistryInterface
- Describes a traffic registry with URLs and tags.
Namespace
Drupal\purge_queuer_urlCode
public function getUrls(array $tags);