public function TrafficRegistryInterface::countUrls in URLs queuer 8
Count the number of URLs in the registry.
Return value
int Number of URLs currently in the registry.
1 method overrides TrafficRegistryInterface::countUrls()
- TrafficRegistry::countUrls in src/
TrafficRegistry.php - Count the number of URLs in the registry.
File
- src/
TrafficRegistryInterface.php, line 50
Class
- TrafficRegistryInterface
- Describes a traffic registry with URLs and tags.
Namespace
Drupal\purge_queuer_urlCode
public function countUrls();