Search for d
Title | Object type | File name | Summary |
---|---|---|---|
BackendCompilerPass::process | function | core/ |
|
BackendCompilerPassTest | class | core/ |
@coversDefaultClass \Drupal\Core\DependencyInjection\Compiler\BackendCompilerPass[[api-linebreak]] @group DependencyInjection |
BackendCompilerPassTest.php | file | core/ |
Contains \Drupal\Tests\Core\DependencyInjection\Compiler\BackendCompilerPassTest. |
BackendCompilerPassTest::$backendPass | property | core/ |
The tested backend compiler pass. |
BackendCompilerPassTest::getMysqlContainer | function | core/ |
Creates a container with a mysql database service definition in it. |
BackendCompilerPassTest::getSqliteContainer | function | core/ |
Creates a container with a sqlite database service in it. |
BackendCompilerPassTest::providerTestProcess | function | core/ |
Provides test data for testProcess(). |
BackendCompilerPassTest::setUp | function | core/ |
|
BackendCompilerPassTest::testProcess | function | core/ |
Tests the process method. |
BackwardCompatibilityTest | class | core/ |
Tests the compatibility of the ajax.es6.js file. |
BackwardCompatibilityTest.php | file | core/ |
|
BackwardCompatibilityTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
BackwardCompatibilityTest::$modules | property | core/ |
Modules to enable. |
BackwardCompatibilityTest::testAjaxBackwardCompatibility | function | core/ |
Ensures Drupal.Ajax.element_settings BC layer. |
BadPluginDefinitionException | class | core/ |
Defines a class for bad plugin definition exceptions. |
BadPluginDefinitionException.php | file | core/ |
|
BadPluginDefinitionException::__construct | function | core/ |
Constructs a BadPluginDefinitionException. |
bad_help_topics.bad_html.html.twig | file | core/ |
--- 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/ |
--- label: 'Help topic containing no body' top_level: true --- |
bad_help_topics.h1.html.twig | file | core/ |
--- label: 'Help topic with H1 header' top_level: true --- <h1>{% trans %}Body goes here{% endtrans %}</h1> |
bad_help_topics.hierarchy.html.twig | file | core/ |
--- 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/ |
--- 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> |
ban.middleware | service | core/ |
Drupal\ban\BanMiddleware |
ban.migrate_drupal.yml | file | core/ |
core/modules/ban/migrations/state/ban.migrate_drupal.yml |
ban.module | file | core/ |
Allows to ban individual IP addresses. |
BanAdmin | class | core/ |
Displays banned IP addresses. |
BanAdmin.php | file | core/ |
|
BanAdmin::$ipManager | property | core/ |
|
BanAdmin::buildForm | function | core/ |
|
BanAdmin::create | function | core/ |
Instantiates a new instance of this class. |
BanAdmin::getFormId | function | core/ |
Returns a unique string identifying the form. |
BanAdmin::submitForm | function | core/ |
Form submission handler. |
BanAdmin::validateForm | function | core/ |
Form validation handler. |
BanAdmin::__construct | function | core/ |
Constructs a new BanAdmin object. |
BanDelete | class | core/ |
Provides a form to unban IP addresses. |
BanDelete.php | file | core/ |
|
BanDelete::$banIp | property | core/ |
The banned IP address. |
BanDelete::$ipManager | property | core/ |
The IP manager. |
BanDelete::buildForm | function | core/ |
|
BanDelete::create | function | core/ |
Instantiates a new instance of this class. |
BanDelete::getCancelUrl | function | core/ |
Returns the route to go to if the user cancels the action. |
BanDelete::getConfirmText | function | core/ |
Returns a caption for the button that confirms the action. |
BanDelete::getFormId | function | core/ |
Returns a unique string identifying the form. |
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::findAll | function | core/ |
Finds all banned IP addresses. |
BanIpManager::findById | function | core/ |
Finds a banned IP address by its ID. |
Pagination
- Previous page
- Page 34
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.