You are here

public static function HostInterface::loadExpiredHosts in http:BL 8

Returns an array of expired host objects.

Parameters

integer $now: The value of \Drupal::time()->getRequestTime().

Return value

array An array of expired host objects.

1 method overrides HostInterface::loadExpiredHosts()
Host::loadExpiredHosts in src/Entity/Host.php
Implemented in HostQuery.

File

src/HostInterface.php, line 155

Class

HostInterface
Provides an interface defining an httpbl entity.

Namespace

Drupal\httpbl

Code

public static function loadExpiredHosts($now);