Search for all

  1. Search 7.x for all
  2. Search 9.5.x for all
  3. Search 8.9.x for all
  4. Search 10.3.x for all
  5. Other projects
Title Object type File name Summary
BanHooks::help function core/modules/ban/src/Hook/BanHooks.php Implements hook_help().
BanIpManager class core/modules/ban/src/BanIpManager.php Ban IP manager.
BanIpManager.php file core/modules/ban/src/BanIpManager.php
BanIpManager::$connection property core/modules/ban/src/BanIpManager.php The database connection used to check the IP against.
BanIpManager::banIp function core/modules/ban/src/BanIpManager.php
BanIpManager::findAll function core/modules/ban/src/BanIpManager.php
BanIpManager::findById function core/modules/ban/src/BanIpManager.php
BanIpManager::isBanned function core/modules/ban/src/BanIpManager.php
BanIpManager::unbanIp function core/modules/ban/src/BanIpManager.php
BanIpManager::__construct function core/modules/ban/src/BanIpManager.php Constructs a BanIpManager object.
BanIpManagerInterface interface core/modules/ban/src/BanIpManagerInterface.php Provides an interface defining a BanIp manager.
BanIpManagerInterface.php file core/modules/ban/src/BanIpManagerInterface.php
BanIpManagerInterface::banIp function core/modules/ban/src/BanIpManagerInterface.php Bans an IP address.
BanIpManagerInterface::findAll function core/modules/ban/src/BanIpManagerInterface.php Finds all banned IP addresses.
BanIpManagerInterface::findById function core/modules/ban/src/BanIpManagerInterface.php Finds a banned IP address by its ID.
BanIpManagerInterface::isBanned function core/modules/ban/src/BanIpManagerInterface.php Returns if this IP address is banned.
BanIpManagerInterface::unbanIp function core/modules/ban/src/BanIpManagerInterface.php Removes the ban of an IP address.
BanIpTest class core/modules/ban/tests/src/Kernel/BanIpTest.php @group ban
BanIpTest.php file core/modules/ban/tests/src/Kernel/BanIpTest.php
BanIpTest::$modules property core/modules/ban/tests/src/Kernel/BanIpTest.php Modules to install.
BanIpTest::getIpBans function core/modules/ban/tests/src/Kernel/BanIpTest.php Gets the IP bans.
BanIpTest::setUp function core/modules/ban/tests/src/Kernel/BanIpTest.php
BanIpTest::testBanIp function core/modules/ban/tests/src/Kernel/BanIpTest.php Test banning IPs.
BanMiddleware class core/modules/ban/src/BanMiddleware.php Provides a HTTP middleware to implement IP based banning.
BanMiddleware.php file core/modules/ban/src/BanMiddleware.php
BanMiddleware::$banIpManager property core/modules/ban/src/BanMiddleware.php The ban IP manager.
BanMiddleware::$httpKernel property core/modules/ban/src/BanMiddleware.php The decorated kernel.
BanMiddleware::handle function core/modules/ban/src/BanMiddleware.php
BanMiddleware::__construct function core/modules/ban/src/BanMiddleware.php Constructs a BanMiddleware object.
BanMiddlewareTest class core/modules/ban/tests/src/Unit/BanMiddlewareTest.php @coversDefaultClass \Drupal\ban\BanMiddleware
@group ban
BanMiddlewareTest.php file core/modules/ban/tests/src/Unit/BanMiddlewareTest.php
BanMiddlewareTest::$banManager property core/modules/ban/tests/src/Unit/BanMiddlewareTest.php The mocked ban IP manager.
BanMiddlewareTest::$banMiddleware property core/modules/ban/tests/src/Unit/BanMiddlewareTest.php The tested ban middleware.
BanMiddlewareTest::$kernel property core/modules/ban/tests/src/Unit/BanMiddlewareTest.php The mocked wrapped kernel.
BanMiddlewareTest::setUp function core/modules/ban/tests/src/Unit/BanMiddlewareTest.php
BanMiddlewareTest::testBannedIp function core/modules/ban/tests/src/Unit/BanMiddlewareTest.php Tests a banned IP.
BanMiddlewareTest::testUnbannedIp function core/modules/ban/tests/src/Unit/BanMiddlewareTest.php Tests an unbanned IP.
banner.component.yml file core/profiles/demo_umami/themes/umami/components/banner/banner.component.yml core/profiles/demo_umami/themes/umami/components/banner/banner.component.yml
banner.css file core/profiles/demo_umami/themes/umami/components/banner/banner.css This file is used to style the banner block.
banner.twig file core/profiles/demo_umami/themes/umami/components/banner/banner.twig <div{{ attributes.addClass('banner') }}>
<div class="container">
<div class="banner__inner">
<div class="banner__image">
{% block image %}{% endblock %}
ban_help function core/modules/ban/ban.module Implements hook_help().
ban_schema function core/modules/ban/ban.install Implements hook_schema().
Bar class core/modules/system/tests/modules/image_test/src/Plugin/ImageToolkit/Operation/test/Bar.php Builds an image toolkit operation.
bar.component.yml file core/modules/sdc/tests/themes/sdc_theme_test/components/bar/bar.component.yml core/modules/sdc/tests/themes/sdc_theme_test/components/bar/bar.component.yml
bar.component.yml file core/modules/system/tests/themes/sdc_theme_test/components/bar/bar.component.yml core/modules/system/tests/themes/sdc_theme_test/components/bar/bar.component.yml
Bar.php file core/modules/system/tests/modules/image_test/src/Plugin/ImageToolkit/Operation/test/Bar.php
bar.twig file core/modules/system/tests/themes/sdc_theme_test/components/bar/bar.twig <h1>Bar</h1>
bar.twig file core/modules/sdc/tests/themes/sdc_theme_test/components/bar/bar.twig <h1>Bar</h1>
BarAccessPolicy class core/tests/Drupal/Tests/Core/Session/AccessPolicyProcessorTest.php
BarAccessPolicy::applies function core/tests/Drupal/Tests/Core/Session/AccessPolicyProcessorTest.php Checks whether this access policy applies to a given scope.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.