You are here

public function AdvbanDelete::__construct in Advanced ban 8

Constructs a new BanDelete object.

Parameters

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

File

src/Form/AdvbanDelete.php, line 44

Class

AdvbanDelete
Provides a form to unban IP addresses.

Namespace

Drupal\advban\Form

Code

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