Search for all
Title | Object type | File name | Summary |
---|---|---|---|
BanIpManager::$connection | property | core/ |
The database connection used to check the IP against. |
BanIpManager::banIp | function | core/ |
Bans an IP address. |
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. |
BanIpManager::unbanIp | function | core/ |
Unbans an IP address. |
BanIpManager::__construct | function | core/ |
Constructs a BanIpManager object. |
BanIpManagerInterface | interface | core/ |
Provides an interface defining a BanIp manager. |
BanIpManagerInterface.php | file | core/ |
|
BanIpManagerInterface::banIp | function | core/ |
Bans an IP address. |
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. |
BanIpManagerInterface::unbanIp | function | core/ |
Unbans an IP address. |
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 @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. |
banner.css | file | core/ |
This file is used to style the banner block. |
ban_help | function | core/ |
Implements hook_help(). |
ban_schema | function | core/ |
Implements hook_schema(). |
Bar | class | core/ |
Builds an image toolkit operation. |
Bar.php | file | core/ |
|
BarClass | class | core/ |
Stub class which acts as a service to test the container. |
BarClass.php | file | core/ |
|
BarClass::$baz | property | core/ |
Storage for a protected BazClass object. |
BarClass::getBaz | function | core/ |
Getter for our BazClass object. |
BarClass::setBaz | function | core/ |
Setter for our BazClass object. |
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. |
BareHtmlPageRenderer::$htmlResponseAttachmentsProcessor | property | core/ |
The HTML response attachments processor service. |
BareHtmlPageRenderer::$renderer | property | core/ |
The renderer service. |
BareHtmlPageRenderer::$service | property | core/ |
The real proxied service, after it was lazy loaded. |
BareHtmlPageRenderer::lazyLoadItself | function | core/ |
Lazy loads the real service from the container. |
BareHtmlPageRenderer::renderBarePage | function | core/ |
Renders a bare page. |
BareHtmlPageRenderer::renderBarePage | function | core/ |
Renders a bare page. |
Pagination
- Previous page
- Page 66
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.