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