Search for d

  1. Search 7.x for d
  2. Search 9.5.x for d
  3. Search 10.3.x for d
  4. Search 11.x for d
  5. Other projects
Title Object type File name Summary
BackendCompilerPass::process function core/lib/Drupal/Core/DependencyInjection/Compiler/BackendCompilerPass.php
BackendCompilerPassTest class core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/BackendCompilerPassTest.php @coversDefaultClass \Drupal\Core\DependencyInjection\Compiler\BackendCompilerPass[[api-linebreak]]
@group DependencyInjection
BackendCompilerPassTest.php file core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/BackendCompilerPassTest.php Contains \Drupal\Tests\Core\DependencyInjection\Compiler\BackendCompilerPassTest.
BackendCompilerPassTest::$backendPass property core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/BackendCompilerPassTest.php The tested backend compiler pass.
BackendCompilerPassTest::getMysqlContainer function core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/BackendCompilerPassTest.php Creates a container with a mysql database service definition in it.
BackendCompilerPassTest::getSqliteContainer function core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/BackendCompilerPassTest.php Creates a container with a sqlite database service in it.
BackendCompilerPassTest::providerTestProcess function core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/BackendCompilerPassTest.php Provides test data for testProcess().
BackendCompilerPassTest::setUp function core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/BackendCompilerPassTest.php
BackendCompilerPassTest::testProcess function core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/BackendCompilerPassTest.php Tests the process method.
BackwardCompatibilityTest class core/tests/Drupal/FunctionalJavascriptTests/Ajax/BackwardCompatibilityTest.php Tests the compatibility of the ajax.es6.js file.
BackwardCompatibilityTest.php file core/tests/Drupal/FunctionalJavascriptTests/Ajax/BackwardCompatibilityTest.php
BackwardCompatibilityTest::$defaultTheme property core/tests/Drupal/FunctionalJavascriptTests/Ajax/BackwardCompatibilityTest.php The theme to install as the default for testing.
BackwardCompatibilityTest::$modules property core/tests/Drupal/FunctionalJavascriptTests/Ajax/BackwardCompatibilityTest.php Modules to enable.
BackwardCompatibilityTest::testAjaxBackwardCompatibility function core/tests/Drupal/FunctionalJavascriptTests/Ajax/BackwardCompatibilityTest.php Ensures Drupal.Ajax.element_settings BC layer.
BadPluginDefinitionException class core/modules/migrate/src/Plugin/Exception/BadPluginDefinitionException.php Defines a class for bad plugin definition exceptions.
BadPluginDefinitionException.php file core/modules/migrate/src/Plugin/Exception/BadPluginDefinitionException.php
BadPluginDefinitionException::__construct function core/modules/migrate/src/Plugin/Exception/BadPluginDefinitionException.php Constructs a BadPluginDefinitionException.
bad_help_topics.bad_html.html.twig file core/modules/help_topics/tests/modules/help_topics_test/bad_help_topics/syntax/bad_help_topics.bad_html.html.twig ---
label: 'Help topic with bad HTML syntax'
top_level: true
---
<p>{% trans %}Body goes here{% endtrans %}</h3>
bad_help_topics.empty.html.twig file core/modules/help_topics/tests/modules/help_topics_test/bad_help_topics/syntax/bad_help_topics.empty.html.twig ---
label: 'Help topic containing no body'
top_level: true
---
bad_help_topics.h1.html.twig file core/modules/help_topics/tests/modules/help_topics_test/bad_help_topics/syntax/bad_help_topics.h1.html.twig ---
label: 'Help topic with H1 header'
top_level: true
---
<h1>{% trans %}Body goes here{% endtrans %}</h1>
bad_help_topics.hierarchy.html.twig file core/modules/help_topics/tests/modules/help_topics_test/bad_help_topics/syntax/bad_help_topics.hierarchy.html.twig ---
label: 'Help topic with h3 without an h2'
top_level: true
---
<h3>{% trans %}Body goes here{% endtrans %}</h3>
bad_help_topics.related.html.twig file core/modules/help_topics/tests/modules/help_topics_test/bad_help_topics/syntax/bad_help_topics.related.html.twig ---
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/modules/help_topics/tests/modules/help_topics_test/bad_help_topics/syntax/bad_help_topics.top_level.html.twig ---
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/modules/help_topics/tests/modules/help_topics_test/bad_help_topics/syntax/bad_help_topics.translated.html.twig ---
label: 'Help topic with untranslated text'
top_level: true
---
<p>Body goes here</p>
ban.middleware service core/modules/ban/ban.services.yml Drupal\ban\BanMiddleware
ban.migrate_drupal.yml file core/modules/ban/migrations/state/ban.migrate_drupal.yml core/modules/ban/migrations/state/ban.migrate_drupal.yml
ban.module file core/modules/ban/ban.module Allows to ban individual IP addresses.
BanAdmin class core/modules/ban/src/Form/BanAdmin.php Displays banned IP addresses.
BanAdmin.php file core/modules/ban/src/Form/BanAdmin.php
BanAdmin::$ipManager property core/modules/ban/src/Form/BanAdmin.php
BanAdmin::buildForm function core/modules/ban/src/Form/BanAdmin.php
BanAdmin::create function core/modules/ban/src/Form/BanAdmin.php Instantiates a new instance of this class.
BanAdmin::getFormId function core/modules/ban/src/Form/BanAdmin.php Returns a unique string identifying the form.
BanAdmin::submitForm function core/modules/ban/src/Form/BanAdmin.php Form submission handler.
BanAdmin::validateForm function core/modules/ban/src/Form/BanAdmin.php Form validation handler.
BanAdmin::__construct function core/modules/ban/src/Form/BanAdmin.php Constructs a new BanAdmin object.
BanDelete class core/modules/ban/src/Form/BanDelete.php Provides a form to unban IP addresses.
BanDelete.php file core/modules/ban/src/Form/BanDelete.php
BanDelete::$banIp property core/modules/ban/src/Form/BanDelete.php The banned IP address.
BanDelete::$ipManager property core/modules/ban/src/Form/BanDelete.php The IP manager.
BanDelete::buildForm function core/modules/ban/src/Form/BanDelete.php
BanDelete::create function core/modules/ban/src/Form/BanDelete.php Instantiates a new instance of this class.
BanDelete::getCancelUrl function core/modules/ban/src/Form/BanDelete.php Returns the route to go to if the user cancels the action.
BanDelete::getConfirmText function core/modules/ban/src/Form/BanDelete.php Returns a caption for the button that confirms the action.
BanDelete::getFormId function core/modules/ban/src/Form/BanDelete.php Returns a unique string identifying the form.
BanDelete::getQuestion function core/modules/ban/src/Form/BanDelete.php Returns the question to ask the user.
BanDelete::submitForm function core/modules/ban/src/Form/BanDelete.php Form submission handler.
BanDelete::__construct function core/modules/ban/src/Form/BanDelete.php Constructs a new BanDelete object.
BanIpManager::findAll function core/modules/ban/src/BanIpManager.php Finds all banned IP addresses.
BanIpManager::findById function core/modules/ban/src/BanIpManager.php Finds a banned IP address by its ID.

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