public function TrafficRegistryInterface::remove in URLs queuer 8
Remove a URL or path from the registry.
Parameters
string $url_or_path: The URL or path string to remove from the registry.
1 method overrides TrafficRegistryInterface::remove()
- TrafficRegistry::remove in src/
TrafficRegistry.php - Remove a URL or path from the registry.
File
- src/
TrafficRegistryInterface.php, line 37
Class
- TrafficRegistryInterface
- Describes a traffic registry with URLs and tags.
Namespace
Drupal\purge_queuer_urlCode
public function remove($url_or_path);