Search for %s
- Search 7.x for %s
- Search 9.5.x for %s
- Search 8.9.x for %s
- Search 10.3.x for %s
- Search 11.x for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| BackwardsCompatibilityClassLoader | class | core/ |
Adds backwards compatibility support for deprecated classes. |
| BackwardsCompatibilityClassLoader.php | file | core/ |
|
| BackwardsCompatibilityClassLoader::loadClass | function | core/ |
Aliases a moved class to another class, instead of actually autoloading it. |
| BackwardsCompatibilityClassLoader::__construct | function | core/ |
|
| BackwardsCompatibilityClassLoaderPass | class | core/ |
Compiler pass to merge moved classes into a single container parameter. |
| BackwardsCompatibilityClassLoaderPass.php | file | core/ |
|
| BackwardsCompatibilityClassLoaderPass::process | function | core/ |
|
| BackwardsCompatibilityClassLoaderTest | class | core/ |
Tests Drupal\Core\ClassLoader\BackwardsCompatibilityClassLoader. |
| BackwardsCompatibilityClassLoaderTest.php | file | core/ |
|
| BackwardsCompatibilityClassLoaderTest::$modules | property | core/ |
|
| BackwardsCompatibilityClassLoaderTest::testModuleMovedClass | function | core/ |
Tests that a moved class from a module works. |
| BackwardsCompatibilityClassLoaderTest::testTranslationWrapper | function | core/ |
Tests that the bc layer for TranslationWrapper works. |
| badge.css | file | core/ |
.umami-badge__container { display: flex; align-items: center; gap: 0.5rem; } /* Large */ @media screen and (min-width: 60rem) { /* 960px */ .umami-badge__container { flex-direction: column; gap: 0; width: 100%; … |
| badge.css | file | core/ |
Toolbar badge styles. |
| badge.pcss.css | file | core/ |
Toolbar badge styles. |
| 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.bad_html2.html.twig | file | core/ |
--- label: 'Bad HTML syntax within trans section' top_level: true --- <p>{% trans %}<a href="/foo">Text here{% endtrans %}</a></p> |
| bad_help_topics.bad_html3.html.twig | file | core/ |
--- label: 'Unclosed HTML tag' top_level: true --- <p>{% trans %}<a href="/foo">Text here{% endtrans %}</p> |
| 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.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/ |
|
| BaloneySpam::summary | function | core/ |
|
| BAlterHooks | class | core/ |
This class contains hook implementations. |
| BAlterHooks.php | file | core/ |
|
| BAlterHooks::testSubtypeAlter | function | core/ |
Implements hook_test_subtype_alter(). |
| 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. |
Pagination
- Previous page
- Page 61
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.