public static function HostInterface::countExpiredHosts in http:BL 8
Returns a count of expired hosts.
Parameters
integer $now: The value of \Drupal::time()->getRequestTime().
Return value
integer A count of expired hosts.
1 method overrides HostInterface::countExpiredHosts()
- Host::countExpiredHosts in src/
Entity/ Host.php - Implemented in HostQuery.
File
- src/
HostInterface.php, line 133
Class
- HostInterface
- Provides an interface defining an httpbl entity.
Namespace
Drupal\httpblCode
public static function countExpiredHosts($now);