Search for d
Title | Object type | File name | Summary |
---|---|---|---|
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. |
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. |
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. |
BareHtmlPageRenderer::__construct | function | core/ |
Constructs a new BareHtmlPageRenderer. |
BareHtmlPageRenderer::__construct | function | core/ |
Constructs a ProxyClass Drupal proxy object. |
BareHtmlPageRendererInterface | interface | core/ |
Bare HTML page renderer. |
BareHtmlPageRendererInterface.php | file | core/ |
|
BareHtmlPageRendererInterface::renderBarePage | function | core/ |
Renders a bare page. |
bare_html_page_renderer | service | core/ |
Drupal\Core\Render\BareHtmlPageRenderer |
BartikTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
bartik_drupal_alter_alter | function | core/ |
Implements hook_TYPE_alter() on behalf of Bartik theme. |
bartik_preprocess_node | function | core/ |
Implements hook_preprocess_HOOK() for node.html.twig. |
BaseCommand | class | core/ |
Base command that only exists to simplify AJAX commands. |
BaseCommand.php | file | core/ |
|
BaseCommand::$command | property | core/ |
The name of the command. |
BaseCommand::$data | property | core/ |
The data to pass on to the client side. |
BaseCommand::render | function | core/ |
Return an array to be run through json_encode and sent to the client. |
BaseCommand::__construct | function | core/ |
Constructs a BaseCommand object. |
BaseFieldAccessTest | class | core/ |
Tests views base field access. |
BaseFieldAccessTest.php | file | core/ |
|
BaseFieldAccessTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
BaseFieldAccessTest::$modules | property | core/ |
Modules to enable |
BaseFieldAccessTest::$testViews | property | core/ |
Views used by this test. |
Pagination
- Previous page
- Page 35
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.