You are here

public function AdvbanDeleteAll::__construct in Advanced ban 8

Constructs a new BanDelete object.

Parameters

\Drupal\advban\AdvbanIpManagerInterface $ip_manager: The IP manager.

File

src/Form/AdvbanDeleteAll.php, line 28

Class

AdvbanDeleteAll
Provides a form to unban IP addresses.

Namespace

Drupal\advban\Form

Code

public function __construct(AdvbanIpManagerInterface $ip_manager) {
  $this->ipManager = $ip_manager;
}