BanAdmin::__construct

public BanAdmin::__construct(BanIpManagerInterface $ip_manager)

Constructs a new BanAdmin object.

Parameters

\Drupal\ban\BanIpManagerInterface $ip_manager:

File

core/modules/ban/src/Form/BanAdmin.php, line 26

Class

BanAdmin
Displays banned IP addresses.

Namespace

Drupal\ban\Form

Code

public function __construct(BanIpManagerInterface $ip_manager) {
  $this->ipManager = $ip_manager;
}
doc_Drupal
2016-10-29 08:45:24
Comments
Leave a Comment

Please login to continue.