public static function Host::getExpiredHosts in http:BL 8
Implemented in HostQuery.
Overrides HostInterface::getExpiredHosts
1 method overrides Host::getExpiredHosts()
- HostQuery::getExpiredHosts in src/
HostQuery.php - Implemented in HostQuery.
File
- src/
Entity/ Host.php, line 168 - Contains \Drupal\httpbl\Entity\Host.
Class
- Host
- Defines the host entity class.
Namespace
Drupal\httpbl\EntityCode
public static function getExpiredHosts($now) {
}