Search for d
Title | Object type | File name | Summary |
---|---|---|---|
BanAdmin::submitForm | function | core/ |
Form submission handler. |
BanAdmin::validateForm | function | core/ |
Form validation handler. |
BanAdmin::__construct | function | core/ |
Constructs a new BanAdmin object. |
BanAdminTest | class | core/ |
Tests the BanAdmin form. |
BanAdminTest.php | file | core/ |
|
BanAdminTest::getIpManagerMock | function | core/ |
Get the mocked IP manager service. |
BanAdminTest::getRequestStackMock | function | core/ |
Get a request stack with a dummy IP. |
BanAdminTest::providerIpValidation | function | core/ |
Data provider for testIpValidation(). |
BanAdminTest::testIpValidation | function | core/ |
Tests various user input to confirm correct validation. |
BanAdminTest::testRouteParameter | function | core/ |
Test passing an IP address as a route parameter. |
BanAdminTest::testSubmit | function | core/ |
Test form submission. |
BanDelete | class | core/ |
Provides a form to unban IP addresses. |
BanDelete.php | file | core/ |
|
BanDelete::$banIp | property | core/ |
The banned IP address. |
BanDelete::$ipManager | property | core/ |
The IP manager. |
BanDelete::buildForm | function | core/ |
|
BanDelete::create | function | core/ |
Instantiates a new instance of this class. |
BanDelete::getCancelUrl | function | core/ |
Returns the route to go to if the user cancels the action. |
BanDelete::getConfirmText | function | core/ |
Returns a caption for the button that confirms the action. |
BanDelete::getFormId | function | core/ |
Returns a unique string identifying the form. |
BanDelete::getQuestion | function | core/ |
Returns the question to ask the user. |
BanDelete::submitForm | function | core/ |
Form submission handler. |
BanDelete::__construct | function | core/ |
Constructs a new BanDelete object. |
BanIpManager::findAll | function | core/ |
Finds all banned IP addresses. |
BanIpManager::findById | function | core/ |
Finds a banned IP address by its ID. |
BanIpManager::isBanned | function | core/ |
Returns if this IP address is banned. |
BanIpManagerInterface::findAll | function | core/ |
Finds all banned IP addresses. |
BanIpManagerInterface::findById | function | core/ |
Finds a banned IP address by its ID. |
BanIpManagerInterface::isBanned | function | core/ |
Returns if this IP address is banned. |
BanIpTest::$modules | property | core/ |
Modules to install. |
BanMiddleware | class | core/ |
Provides a HTTP middleware to implement IP based banning. |
BanMiddleware.php | file | core/ |
|
BanMiddleware::$banIpManager | property | core/ |
The ban IP manager. |
BanMiddleware::$httpKernel | property | core/ |
The decorated kernel. |
BanMiddleware::handle | function | core/ |
|
BanMiddleware::__construct | function | core/ |
Constructs a BanMiddleware object. |
BanMiddlewareTest | class | core/ |
@coversDefaultClass \Drupal\ban\BanMiddleware[[api-linebreak]] @group ban |
BanMiddlewareTest.php | file | core/ |
|
BanMiddlewareTest::$banManager | property | core/ |
The mocked ban IP manager. |
BanMiddlewareTest::$banMiddleware | property | core/ |
The tested ban middleware. |
BanMiddlewareTest::$kernel | property | core/ |
The mocked wrapped kernel. |
BanMiddlewareTest::setUp | function | core/ |
|
BanMiddlewareTest::testBannedIp | function | core/ |
Tests a banned IP. |
BanMiddlewareTest::testUnbannedIp | function | core/ |
Tests an unbanned IP. |
BareHtmlPageRenderer | class | core/ |
Default bare HTML page renderer. |
BareHtmlPageRenderer | class | core/ |
Provides a proxy class for \Drupal\Core\Render\BareHtmlPageRenderer. |
BareHtmlPageRenderer.php | file | core/ |
|
BareHtmlPageRenderer.php | file | core/ |
|
BareHtmlPageRenderer::$container | property | core/ |
The service container. |
BareHtmlPageRenderer::$drupalProxyOriginalServiceId | property | core/ |
The id of the original proxied service. |
Pagination
- Previous page
- Page 37
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.