You are here

public function AdvbanIpManagerInterface::expiryDurations in Advanced ban 8

Get expiry durations list or item.

Parameters

int $index: Item index (optional).

Return value

string|array List item or list.

1 method overrides AdvbanIpManagerInterface::expiryDurations()
AdvbanIpManager::expiryDurations in src/AdvbanIpManager.php
Get expiry durations list or item.

File

src/AdvbanIpManagerInterface.php, line 98

Class

AdvbanIpManagerInterface
Provides an interface defining a AdvbanIp manager.

Namespace

Drupal\advban

Code

public function expiryDurations($index);