Search for all
- Search 7.x for all
- Search 9.5.x for all
- Search 8.9.x for all
- Search 10.3.x for all
- Search 11.x for all
- Other projects
| 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/ |
Removes the ban of 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/ |
Removes the ban of an IP address. |
| BanIpTest | class | core/ |
Tests Ban Ip. |
| BanIpTest.php | file | core/ |
|
| BanIpTest::$modules | property | core/ |
Modules to install. |
| BanIpTest::getIpBans | function | core/ |
Gets the IP bans. |
| BanIpTest::setUp | function | core/ |
|
| BanIpTest::testBanIp | function | core/ |
Test banning IPs. |
| 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/ |
Tests Drupal\ban\BanMiddleware. |
| 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.component.yml | file | core/ |
core/profiles/demo_umami/themes/umami/components/banner/banner.component.yml |
| banner.css | file | core/ |
This file is used to style the banner block. |
| banner.twig | file | core/ |
<div{{ attributes.addClass('banner') }}> <div class="container"> <div class="banner__inner"> <div class="banner__image"> {% block image %}{% endblock %} … |
| ban_schema | function | core/ |
Implements hook_schema(). |
| Bar | class | core/ |
Builds an image toolkit operation. |
| bar.component.yml | file | core/ |
core/modules/system/tests/themes/sdc_theme_test/components/bar/bar.component.yml |
| Bar.php | file | core/ |
|
| bar.twig | file | core/ |
<h1>Bar</h1> |
| BarAccessPolicy | class | core/ |
A test access policy for 'foo' and 'bar' permissions. |
| BarAccessPolicy::applies | function | core/ |
Checks whether this access policy applies to a given scope. |
| BarAccessPolicy::calculatePermissions | function | core/ |
Calculates the permissions for an account within a given scope. |
| BarAccessPolicy::getPersistentCacheContexts | function | core/ |
Gets the persistent cache contexts. |
| BarAlterAccessPolicy | class | core/ |
A test access policy that adds a permission if another permission exists. |
| BarAlterAccessPolicy::alterPermissions | function | core/ |
Alter the permissions after all policies have finished building them. |
| BarAlterAccessPolicy::applies | function | core/ |
Checks whether this access policy applies to a given scope. |
| BarClass | class | core/ |
Stub class which acts as a service to test the container. |
Pagination
- Previous page
- Page 73
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.