Files - main - drupal

Primary tabs

Title Deprecated File name Namespace Summary
BackendCompilerPassTest.php core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/BackendCompilerPassTest.php Drupal\Tests\Core\DependencyInjection\Compiler
BackwardsCompatibilityClassLoader.php core/lib/Drupal/Core/ClassLoader/BackwardsCompatibilityClassLoader.php Drupal\Core\ClassLoader
BackwardsCompatibilityClassLoaderPass.php core/lib/Drupal/Core/DependencyInjection/Compiler/BackwardsCompatibilityClassLoaderPass.php Drupal\Core\DependencyInjection\Compiler
BackwardsCompatibilityClassLoaderTest.php core/tests/Drupal/KernelTests/Core/ClassLoader/BackwardsCompatibilityClassLoaderTest.php Drupal\KernelTests\Core\ClassLoader
badge.component.yml core/profiles/demo_umami/themes/umami/components/badge/badge.component.yml core/profiles/demo_umami/themes/umami/components/badge/badge.component.yml
badge.component.yml core/modules/navigation/components/badge/badge.component.yml core/modules/navigation/components/badge/badge.component.yml
badge.css core/modules/navigation/components/badge/badge.css Toolbar badge styles.
badge.css core/profiles/demo_umami/themes/umami/components/badge/badge.css .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.pcss.css core/modules/navigation/components/badge/badge.pcss.css Toolbar badge styles.
badge.twig core/modules/navigation/components/badge/badge.twig <div{{ attributes.addClass('toolbar-badge', 'toolbar-badge--' ~ status|default('info')) }}> {% block label %} {{ label }} {% endblock %} </div>
badge.twig core/profiles/demo_umami/themes/umami/components/badge/badge.twig <div{{ attributes.addClass('umami-badge') }}> <div class="umami-badge__container"> {% if icon %} <div class="umami-badge__icon"> {{ source(componentMetadata.path ~ '/icons/'…
BadPluginDefinitionException.php core/modules/migrate/src/Plugin/Exception/BadPluginDefinitionException.php Drupal\migrate\Plugin\Exception
bad_help_topics.bad_html.html.twig core/modules/help/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.bad_html2.html.twig core/modules/help/tests/modules/help_topics_test/bad_help_topics/syntax/bad_help_topics.bad_html2.html.twig --- 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 core/modules/help/tests/modules/help_topics_test/bad_help_topics/syntax/bad_help_topics.bad_html3.html.twig --- label: 'Unclosed HTML tag' top_level: true --- <p>{% trans %}<a href="/foo">Text here{% endtrans %}</p>
bad_help_topics.empty.html.twig core/modules/help/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 core/modules/help/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 core/modules/help/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.locale.html.twig core/modules/help/tests/modules/help_topics_test/bad_help_topics/syntax/bad_help_topics.locale.html.twig --- 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 core/modules/help/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 core/modules/help/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 core/modules/help/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> <p>{% trans %}some translated text too{% endtrans %}</p>
bad_help_topics.url_func_used.html.twig core/modules/help/tests/modules/help_topics_test/bad_help_topics/syntax/bad_help_topics.url_func_used.html.twig --- 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 core/profiles/demo_umami/modules/demo_umami_content/default_content/languages/es/article_body/baking-mishaps-our-troubleshooting-tips.html
baking-mishaps-our-troubleshooting-tips.html core/profiles/demo_umami/modules/demo_umami_content/default_content/languages/en/article_body/baking-mishaps-our-troubleshooting-tips.html
BaloneySpam.php core/modules/block/tests/modules/block_test/src/Plugin/Condition/BaloneySpam.php Drupal\block_test\Plugin\Condition
BAlterHooks.php core/modules/system/tests/modules/HookOrder/bbb_hook_order_test/src/Hook/BAlterHooks.php Drupal\bbb_hook_order_test\Hook
ban.banning_ips.html.twig core/modules/ban/help_topics/ban.banning_ips.html.twig --- 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.info.yml core/modules/ban/ban.info.yml core/modules/ban/ban.info.yml
ban.install core/modules/ban/ban.install Install, update and uninstall functions for the Ban module.
ban.links.menu.yml core/modules/ban/ban.links.menu.yml core/modules/ban/ban.links.menu.yml
ban.migrate_drupal.yml core/modules/ban/migrations/state/ban.migrate_drupal.yml core/modules/ban/migrations/state/ban.migrate_drupal.yml
ban.permissions.yml core/modules/ban/ban.permissions.yml core/modules/ban/ban.permissions.yml
ban.routing.yml core/modules/ban/ban.routing.yml core/modules/ban/ban.routing.yml
ban.services.yml core/modules/ban/ban.services.yml core/modules/ban/ban.services.yml
BanAdmin.php core/modules/ban/src/Form/BanAdmin.php Drupal\ban\Form
BanAdminTest.php core/modules/ban/tests/src/Unit/BanAdminTest.php Drupal\Tests\ban\Unit
Banana.php core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/fruit/Banana.php Drupal\plugin_test\Plugin\plugin_test\fruit
BanDelete.php core/modules/ban/src/Form/BanDelete.php Drupal\ban\Form
BanHooks.php core/modules/ban/src/Hook/BanHooks.php Drupal\ban\Hook
BanIpManager.php core/modules/ban/src/BanIpManager.php Drupal\ban
BanIpManagerInterface.php core/modules/ban/src/BanIpManagerInterface.php Drupal\ban
BanIpTest.php core/modules/ban/tests/src/Kernel/BanIpTest.php Drupal\Tests\ban\Kernel
BanMiddleware.php core/modules/ban/src/BanMiddleware.php Drupal\ban
BanMiddlewareTest.php core/modules/ban/tests/src/Unit/BanMiddlewareTest.php Drupal\Tests\ban\Unit
banner.component.yml core/profiles/demo_umami/themes/umami/components/banner/banner.component.yml core/profiles/demo_umami/themes/umami/components/banner/banner.component.yml
banner.css core/profiles/demo_umami/themes/umami/components/banner/banner.css This file is used to style the banner block.
banner.twig 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 %} …
bar.component.yml 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 core/modules/system/tests/modules/image_test/src/Plugin/ImageToolkit/Operation/test/Bar.php Drupal\image_test\Plugin\ImageToolkit\Operation\test

Other projects


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