Search for %s
- Search 7.x for %s
- Search 9.5.x for %s
- Search 8.9.x for %s
- Search 11.x for %s
- Search main for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| bad_help_topics.locale.html.twig | file | core/ |
--- label: 'Help topic with locale-unsafe tag' top_level: true --- <p>{% trans %}some translated text and a <script>alert('hello')</script>{% endtrans %}</p> |
| bad_help_topics.related.html.twig | file | core/ |
--- label: 'Help topic related to nonexistent topic' top_level: true related: - this.is.not.a.valid.help_topic.id --- <p>{% trans %}Body goes here{% trans %}</p> |
| bad_help_topics.top_level.html.twig | file | core/ |
--- label: 'Help topic not top level or related to top level' --- <p>{% trans %}Body goes here{% endtrans %}</p> |
| bad_help_topics.translated.html.twig | file | core/ |
--- label: 'Help topic with untranslated text' top_level: true --- <p>Body goes here</p> <p>{% trans %}some translated text too{% endtrans %}</p> |
| bad_help_topics.url_func_used.html.twig | file | core/ |
--- label: 'URL test topic that uses outdated url function' top_level: true --- {% set link_uses_url_func = render_var(url('valid.route')) %} <p>{% trans %}This topic should be top-level. It is used to test URLs{% endtrans… |
| baking-mishaps-our-troubleshooting-tips.html | file | core/ |
|
| baking-mishaps-our-troubleshooting-tips.html | file | core/ |
|
| BaloneySpam | class | core/ |
Provides a 'baloney_spam' condition. |
| BaloneySpam.php | file | core/ |
|
| BaloneySpam::evaluate | function | core/ |
Evaluates the condition and returns TRUE or FALSE accordingly. |
| BaloneySpam::summary | function | core/ |
Provides a human readable summary of the condition's configuration. |
| ban.banning_ips.html.twig | file | core/ |
--- label: 'Banning IP addresses' related: - user.overview --- {% set ban_link_text %}{% trans %}IP address bans{% endtrans %}{% endset %} {% set ban_link = render_var(help_route_link(ban_link_text, 'ban.admin_page'))… |
| ban.install | file | core/ |
Install, update and uninstall functions for the Ban module. |
| ban.links.menu.yml | file | core/ |
core/modules/ban/ban.links.menu.yml |
| ban.permissions.yml | file | core/ |
core/modules/ban/ban.permissions.yml |
| ban.services.yml | file | core/ |
core/modules/ban/ban.services.yml |
| BanAdmin::submitForm | function | core/ |
Form submission 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::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::isBanned | function | core/ |
Returns if this IP address is banned. |
| BanIpManager::__construct | function | core/ |
Constructs a BanIpManager object. |
| BanIpManagerInterface::isBanned | function | core/ |
Returns if this IP address is banned. |
| BanIpTest | class | core/ |
@group ban |
| 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::__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. |
| banner.css | file | core/ |
This file is used to style the banner block. |
| ban_schema | function | core/ |
Implements hook_schema(). |
| BarAccessPolicy | class | core/ |
Pagination
- Previous page
- Page 57
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.