Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 10.3.x for %s
  4. Search 11.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
TextWithSummaryItemTest::setUp function core/modules/text/tests/src/Kernel/TextWithSummaryItemTest.php Set the default field storage backend for fields created during tests.
TextWithSummaryItemTest::testCrudAndUpdate function core/modules/text/tests/src/Kernel/TextWithSummaryItemTest.php Tests processed properties.
TextWrapper::__construct function core/tests/Drupal/Tests/Component/Utility/TextWrapper.php Constructs a \Drupal\Tests\Component\Utility\TextWrapper
TextWrapper::__toString function core/tests/Drupal/Tests/Component/Utility/TextWrapper.php Magic method
text_post_update_add_required_summary_flag function core/modules/text/text.post_update.php Update text_with_summary fields to add summary required flags.
text_post_update_add_required_summary_flag_form_display function core/modules/text/text.post_update.php Update text_with_summary widgets to add summary required flags.
text_settings.yml file core/modules/text/migrations/text_settings.yml core/modules/text/migrations/text_settings.yml
text_summary function core/modules/text/text.module Generates a trimmed, formatted version of a text field value.
the-real-deal-for-supermarket-savvy-shopping.html file core/profiles/demo_umami/modules/demo_umami_content/default_content/languages/es/article_body/the-real-deal-for-supermarket-savvy-shopping.html
the-real-deal-for-supermarket-savvy-shopping.html file core/profiles/demo_umami/modules/demo_umami_content/default_content/languages/en/article_body/the-real-deal-for-supermarket-savvy-shopping.html
the-umami-guide-to-our-favourite-mushrooms.html file core/profiles/demo_umami/modules/demo_umami_content/default_content/languages/es/article_body/the-umami-guide-to-our-favourite-mushrooms.html
the-umami-guide-to-our-favourite-mushrooms.html file core/profiles/demo_umami/modules/demo_umami_content/default_content/languages/en/article_body/the-umami-guide-to-our-favourite-mushrooms.html
Theme system overview group core/lib/Drupal/Core/Render/theme.api.php Functions and templates for the user interface that themes can override.
theme-settings.php file core/modules/system/tests/themes/test_theme_settings/theme-settings.php Test to ensure theme compatibility with managed files.
theme-test--suggestion.html.twig file core/modules/system/tests/themes/test_theme/templates/theme-test--suggestion.html.twig {# Output for Theme API test #}
Theme hook implementor=theme-test--suggestion.html.twig. Foo={{ foo }}
theme-test-foo.html.twig file core/modules/system/tests/modules/theme_test/templates/theme-test-foo.html.twig {# Output for Theme API test #}
{{ foo -}}
theme-test-function-template-override.html.twig file core/modules/system/tests/themes/test_theme/theme-test-function-template-override.html.twig {# Output for Theme API test #}
Success: Template overrides theme function.
theme-test-general-suggestions--module-override.html.twig file core/modules/system/tests/themes/test_theme/templates/theme-test-general-suggestions--module-override.html.twig {# Output for Theme API test #}
Template overridden based on new theme suggestion provided by a module via hook_theme_suggestions_alter().
theme-test-general-suggestions--theme-override.html.twig file core/modules/system/tests/themes/test_theme/templates/theme-test-general-suggestions--theme-override.html.twig {# Output for Theme API test #}
Template overridden based on new theme suggestion provided by the test_theme theme via hook_theme_suggestions_alter().
theme-test-general-suggestions.html.twig file core/modules/system/tests/modules/theme_test/templates/theme-test-general-suggestions.html.twig {# Output for Theme API test #}
Original template for testing hook_theme_suggestions_alter().
theme-test-preprocess-suggestions--kitten--bearcat.html.twig file core/modules/system/tests/themes/test_theme/templates/theme-test-preprocess-suggestions--kitten--bearcat.html.twig <div class="suggestion">{{ foo }}</div>
{% if bar %}
<div class="suggestion">{{ bar }}</div>
{% endif %}
theme-test-preprocess-suggestions--suggestion.html.twig file core/modules/system/tests/themes/test_theme/templates/theme-test-preprocess-suggestions--suggestion.html.twig <div class="suggestion">{{ foo }}</div>
theme-test-preprocess-suggestions.html.twig file core/modules/system/tests/modules/theme_test/templates/theme-test-preprocess-suggestions.html.twig <div class="suggestion">{{ foo }}</div>
{% if bar %}
<div class="suggestion">{{ bar }}</div>
{% endif %}
theme-test-registered-by-module.html.twig file core/modules/system/tests/themes/test_theme/templates/theme-test-registered-by-module.html.twig {# Output for Theme API test #}
Template provided by theme is registered by module.
theme-test-render-element-children.html.twig file core/modules/system/tests/modules/theme_test/templates/theme-test-render-element-children.html.twig {# Output for Theme API test #}
{{ element -}}
theme-test-render-element.html.twig file core/modules/system/tests/modules/theme_test/templates/theme-test-render-element.html.twig <div{{ attributes }}></div>
theme-test-specific-suggestions--variant--foo.html.twig file core/modules/system/tests/themes/test_theme/templates/theme-test-specific-suggestions--variant--foo.html.twig {# Output for Theme API test #}
Template overridden based on suggestion alter hook determined by the base hook.

<p>Theme hook suggestions:
{{ theme_hook_suggestions|safe_join("<br />") }}</p>
theme-test-specific-suggestions--variant.html.twig file core/modules/system/tests/themes/test_theme/templates/theme-test-specific-suggestions--variant.html.twig {# Output for Theme API test #}
Template matching the specific theme call.

<p>Theme hook suggestions:
{{ theme_hook_suggestions|safe_join("<br />") }}</p>
theme-test-specific-suggestions.html.twig file core/modules/system/tests/modules/theme_test/templates/theme-test-specific-suggestions.html.twig {# Output for Theme API test #}
Template for testing specific theme calls.
theme-test-suggestion-provided--foo.html.twig file core/modules/system/tests/themes/test_theme/templates/theme-test-suggestion-provided--foo.html.twig {# Output for Theme API test #}
Template overridden based on suggestion provided by the module declaring the theme hook.
theme-test-suggestion-provided.html.twig file core/modules/system/tests/modules/theme_test/templates/theme-test-suggestion-provided.html.twig {# Output for Theme API test #}
Template for testing suggestions provided by the module declaring the theme hook.
theme-test-suggestions--module-override.html.twig file core/modules/system/tests/themes/test_theme/templates/theme-test-suggestions--module-override.html.twig {# Output for Theme API test #}
Template overridden based on new theme suggestion provided by a module via hook_theme_suggestions_HOOK_alter().
theme-test-suggestions--theme-override.html.twig file core/modules/system/tests/themes/test_theme/templates/theme-test-suggestions--theme-override.html.twig {# Output for Theme API test #}
Template overridden based on new theme suggestion provided by the test_theme theme via hook_theme_suggestions_HOOK_alter().
theme-test-suggestions.html.twig file core/modules/system/tests/modules/theme_test/templates/theme-test-suggestions.html.twig {# Output for Theme API test #}
Original template for testing hook_theme_suggestions_HOOK_alter().
theme-test-theme-class.html.twig file core/modules/system/tests/modules/theme_test/templates/theme-test-theme-class.html.twig <p>{{ message }}</p>
theme.css file core/assets/vendor/jquery.ui/themes/base/theme.css /*!
* jQuery UI CSS Framework 1.12.1
* http://jqueryui.com
*
* Copyright jQuery Foundation and other contributors
* Released under the MIT license.
* http://jquery.org/license
*
* http://api.jqueryui.com/category/theming/
*
* To view and…
theme.css file core/themes/seven/css/components/jquery.ui/theme.css Seven styles for jQuery UI.
Overrides /core/assets/vendor/jquery.ui/themes/base/theme.css.
theme.css file core/themes/claro/css/components/jquery.ui/theme.css Claro styles for jQuery UI.
Overrides /core/assets/vendor/jquery.ui/themes/base/theme.css.
theme.negotiator.ajax_base_page service core/core.services.yml Drupal\Core\Theme\AjaxBasePageNegotiator
theme.negotiator.system.batch service core/modules/system/system.services.yml Drupal\system\Theme\BatchNegotiator
theme.negotiator.system.db_update service core/modules/system/system.services.yml Drupal\system\Theme\DbUpdateNegotiator
theme.negotiator.test_custom_theme service core/modules/system/tests/modules/theme_test/theme_test.services.yml Drupal\theme_test\Theme\CustomThemeNegotiator
theme.negotiator.test_theme service core/modules/system/tests/modules/menu_test/menu_test.services.yml Drupal\menu_test\Theme\TestThemeNegotiator
theme.pcss.css file core/themes/claro/css/components/jquery.ui/theme.pcss.css Claro styles for jQuery UI.
Overrides /core/assets/vendor/jquery.ui/themes/base/theme.css.
theme.registry service core/core.services.yml Drupal\Core\Theme\Registry
Theme::getInstallDirectory function core/lib/Drupal/Core/Updater/Theme.php Returns the directory where a theme should be installed.
Theme::isInstalled function core/lib/Drupal/Core/Updater/Theme.php Checks if the project is installed.
Theme::postInstall function core/lib/Drupal/Core/Updater/Theme.php Performs actions after installation.
Theme::postInstallTasks function core/lib/Drupal/Core/Updater/Theme.php Returns an array of links to pages that should be visited post operation.
ThemeAccessCheck class core/lib/Drupal/Core/Theme/ThemeAccessCheck.php Provides access checking for themes for routing and theme negotiation.

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