Files - 11.x - drupal

Primary tabs

Title Deprecated File name Namespace Summary
authorize.php core/authorize.php Administrative script for running authorized file operations.
AuthorNameFormatter.php core/modules/comment/src/Plugin/Field/FieldFormatter/AuthorNameFormatter.php Drupal\comment\Plugin\Field\FieldFormatter
autocomplete-loading.module.css core/themes/olivero/css/components/autocomplete-loading.module.css Visual styles for autocomplete input field.
autocomplete-loading.module.css core/themes/stable9/css/system/components/autocomplete-loading.module.css Visual styles for animated throbber.
autocomplete-loading.module.css core/themes/claro/css/components/autocomplete-loading.module.css Visual styles for animated throbber.
autocomplete-loading.module.css core/modules/system/css/components/autocomplete-loading.module.css Visual styles for animated throbber.
autocomplete-loading.module.css core/misc/components/autocomplete-loading.module.css Visual styles for animated throbber.
autocomplete-loading.module.css core/themes/stable9/css/core/components/autocomplete-loading.module.css Visual styles for animated throbber.
autocomplete-loading.module.pcss.css core/themes/olivero/css/components/autocomplete-loading.module.pcss.css Visual styles for autocomplete input field.
autocomplete-loading.module.pcss.css core/themes/claro/css/components/autocomplete-loading.module.pcss.css Visual styles for animated throbber.
autocomplete.css core/assets/vendor/jquery.ui/themes/base/autocomplete.css /*! * jQuery UI Autocomplete 1.14.0 * https://jqueryui.com * * Copyright OpenJS Foundation and other contributors * Released under the MIT license. * https://jquery.org/license * * https://api.jqueryui.com/autocomplete/#theming …
AutocompleteController.php core/modules/system/tests/modules/form_test/src/AutocompleteController.php Drupal\form_test
AutoconfigurationTest.php core/tests/Drupal/KernelTests/Core/DependencyInjection/AutoconfigurationTest.php Drupal\KernelTests\Core\DependencyInjection
AutoIncrementingTestItem.php core/modules/system/tests/modules/entity_test/src/Plugin/Field/FieldType/AutoIncrementingTestItem.php Drupal\entity_test\Plugin\Field\FieldType
Autoload.php core/tests/Drupal/Tests/Component/Annotation/Doctrine/Fixtures/Annotation/Autoload.php Drupal\Tests\Component\Annotation\Doctrine\Fixtures\Annotation
autoload.php ./autoload.php
AutomatedCron.php core/modules/automated_cron/src/EventSubscriber/AutomatedCron.php Drupal\automated_cron\EventSubscriber
automated_cron.info.yml core/modules/automated_cron/automated_cron.info.yml core/modules/automated_cron/automated_cron.info.yml
automated_cron.module core/modules/automated_cron/automated_cron.module Provides an automated cron by executing it at the end of a response.
automated_cron.schema.yml core/modules/automated_cron/config/schema/automated_cron.schema.yml core/modules/automated_cron/config/schema/automated_cron.schema.yml
automated_cron.services.yml core/modules/automated_cron/automated_cron.services.yml core/modules/automated_cron/automated_cron.services.yml
automated_cron.settings.yml core/modules/automated_cron/config/install/automated_cron.settings.yml core/modules/automated_cron/config/install/automated_cron.settings.yml
automated_cron.settings.yml core/profiles/standard/config/install/automated_cron.settings.yml core/profiles/standard/config/install/automated_cron.settings.yml
AutowireTest.php core/tests/Drupal/KernelTests/Core/DependencyInjection/AutowireTest.php Drupal\KernelTests\Core\DependencyInjection
AutowireTrait.php core/lib/Drupal/Core/DependencyInjection/AutowireTrait.php Drupal\Core\DependencyInjection
autowire_test.info.yml core/modules/system/tests/modules/autowire_test/autowire_test.info.yml core/modules/system/tests/modules/autowire_test/autowire_test.info.yml
autowire_test.services.yml core/modules/system/tests/modules/autowire_test/autowire_test.services.yml core/modules/system/tests/modules/autowire_test/autowire_test.services.yml
b.txt core/modules/system/tests/fixtures/IgnoreDirectories/frontend_framework/b.txt
Babylon5.txt core/modules/migrate_drupal_ui/tests/src/Functional/d7/files/sites/default/private/Babylon5.txt ***
BackendChain.php core/lib/Drupal/Core/Cache/BackendChain.php Drupal\Core\Cache
BackendChainImplementationUnitTest.php core/tests/Drupal/Tests/Core/Cache/BackendChainImplementationUnitTest.php Drupal\Tests\Core\Cache
BackendChainTest.php core/tests/Drupal/KernelTests/Core/Cache/BackendChainTest.php Drupal\KernelTests\Core\Cache
BackendCompilerPass.php core/lib/Drupal/Core/DependencyInjection/Compiler/BackendCompilerPass.php Drupal\Core\DependencyInjection\Compiler
BackendCompilerPassTest.php core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/BackendCompilerPassTest.php Drupal\Tests\Core\DependencyInjection\Compiler
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.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.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

Other projects


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