Skip to content
Snippets Groups Projects
Commit e5b24859 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #2500207 by joshi.rohit100, mgifford: BanDelete form uses the $ipManager...

Issue #2500207 by joshi.rohit100, mgifford: BanDelete form uses the $ipManager property without defining it
parent 208be783
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -26,6 +26,13 @@ class BanDelete extends ConfirmFormBase {
*/
protected $banIp;
/**
* The IP manager.
*
* @var \Drupal\ban\BanIpManagerInterface
*/
protected $ipManager;
/**
* Constructs a new BanDelete object.
*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment