Search for _preprocess_

  1. Search 7.x for _preprocess_
  2. Search 9.5.x for _preprocess_
  3. Search 8.9.x for _preprocess_
  4. Search 10.3.x for _preprocess_
  5. Other projects
Title Object type File name Summary
TwigThemeTestHooks::preprocessStatusMessages function core/modules/system/tests/modules/twig_theme_test/src/Hook/TwigThemeTestHooks.php Implements hook_preprocess_HOOK().
umami_preprocess_block function core/profiles/demo_umami/themes/umami/umami.theme Implements hook_preprocess_block().
umami_preprocess_block__bundle__banner_block function core/profiles/demo_umami/themes/umami/umami.theme Implements hook_umami_preprocess_block__bundle__banner_block().
umami_preprocess_block__bundle__footer_promo_block function core/profiles/demo_umami/themes/umami/umami.theme Implements hook_umami_preprocess_block__bundle__footer_promo_block().
umami_preprocess_breadcrumb function core/profiles/demo_umami/themes/umami/umami.theme Implements hook_preprocess_breadcrumb().
umami_preprocess_field function core/profiles/demo_umami/themes/umami/umami.theme Implements hook_preprocess_field().
umami_preprocess_html function core/profiles/demo_umami/themes/umami/umami.theme Implements hook_preprocess_HOOK() for HTML document templates.
umami_preprocess_image_widget function core/profiles/demo_umami/themes/umami/umami.theme Implements hook_preprocess_image_widget().
umami_preprocess_links function core/profiles/demo_umami/themes/umami/umami.theme Implements template_preprocess_links().
umami_preprocess_links__media_library_menu function core/profiles/demo_umami/themes/umami/umami.theme Implements hook_preprocess_links__media_library_menu().
umami_preprocess_menu_local_task function core/profiles/demo_umami/themes/umami/umami.theme Implements hook_preprocess_menu_local_task().
UpdateReportTest::providerTemplatePreprocessUpdateReport function core/modules/update/tests/src/Kernel/UpdateReportTest.php Provides data for testTemplatePreprocessUpdateReport().
UpdateReportTest::testTemplatePreprocessUpdateFetchErrorMessageNoDblog function core/modules/update/tests/src/Kernel/UpdateReportTest.php Tests the error message when failing to fetch data without dblog installed.
UpdateReportTest::testTemplatePreprocessUpdateFetchErrorMessageWithDblog function core/modules/update/tests/src/Kernel/UpdateReportTest.php Tests the error message when failing to fetch data with dblog installed.
UpdateReportTest::testTemplatePreprocessUpdateReport function core/modules/update/tests/src/Kernel/UpdateReportTest.php @dataProvider providerTemplatePreprocessUpdateReport
@covers ::preprocessUpdateReport[[api-linebreak]]
UpdateThemeHooks::preprocessUpdateFetchErrorMessage function core/modules/update/src/Hook/UpdateThemeHooks.php Prepares variables for update fetch error message templates.
UpdateThemeHooks::preprocessUpdateLastCheck function core/modules/update/src/Hook/UpdateThemeHooks.php Prepares variables for last time update data was checked templates.
UpdateThemeHooks::preprocessUpdateProjectStatus function core/modules/update/src/Hook/UpdateThemeHooks.php Prepares variables for update project status templates.
UpdateThemeHooks::preprocessUpdateReport function core/modules/update/src/Hook/UpdateThemeHooks.php Prepares variables for project status report templates.
UpdateThemeHooks::preprocessUpdateVersion function core/modules/update/src/Hook/UpdateThemeHooks.php Prepares variables for update version templates.
UserHooks::templatePreprocessDefaultVariablesAlter function core/modules/user/src/Hook/UserHooks.php Implements hook_template_preprocess_default_variables_alter().
UserThemeHooks::preprocessBlock function core/modules/user/src/Hook/UserThemeHooks.php Implements hook_preprocess_HOOK() for block templates.
views-view--test-preprocess--display-2.html.twig file core/modules/system/tests/themes/test_theme/templates/views-view--test-preprocess--display-2.html.twig css_class: {{ css_class }}<br>
attributes: {{- attributes -}}<br>
views.view.test_preprocess.yml file core/modules/views/tests/modules/views_test_config/test_views/views.view.test_preprocess.yml core/modules/views/tests/modules/views_test_config/test_views/views.view.test_preprocess.yml
ViewsPreprocessTest class core/modules/views/tests/src/Kernel/ViewsPreprocessTest.php Tests the preprocessing functionality in views.theme.inc.
ViewsPreprocessTest.php file core/modules/views/tests/src/Kernel/ViewsPreprocessTest.php
ViewsPreprocessTest::$modules property core/modules/views/tests/src/Kernel/ViewsPreprocessTest.php Modules to install.
ViewsPreprocessTest::$testViews property core/modules/views/tests/src/Kernel/ViewsPreprocessTest.php Views to be enabled.
ViewsPreprocessTest::setUp function core/modules/views/tests/src/Kernel/ViewsPreprocessTest.php
ViewsPreprocessTest::testCssClassCleaning function core/modules/views/tests/src/Kernel/ViewsPreprocessTest.php Tests css classes on displays are cleaned correctly.
ViewsPreprocessTest::testEmptyPaginationHeadingLevelSet function core/modules/views/tests/src/Kernel/ViewsPreprocessTest.php Tests template_preprocess_views_mini_pager() when an empty pagination_heading_level value is passed.
ViewsPreprocessTest::testPaginationHeadingLevelNotSet function core/modules/views/tests/src/Kernel/ViewsPreprocessTest.php Tests template_preprocess_views_mini_pager() when no pagination_heading_level is passed.
ViewsPreprocessTest::testPaginationHeadingLevelSet function core/modules/views/tests/src/Kernel/ViewsPreprocessTest.php Tests template_preprocess_views_mini_pager() when a pagination_heading_level value is passed.
ViewsTestDataThemeHooks::preprocessViewsViewTable function core/modules/views/tests/modules/views_test_data/src/Hook/ViewsTestDataThemeHooks.php Implements hook_preprocess_HOOK() for views table templates.
ViewsTestRssThemeHooks::preprocessViewsViewRss function core/modules/views/tests/modules/views_test_rss/src/Hook/ViewsTestRssThemeHooks.php Implements hook_preprocess_HOOK().
ViewsThemeHooks::preprocessComment function core/modules/views/src/Hook/ViewsThemeHooks.php Implements hook_preprocess_HOOK().
ViewsThemeHooks::preprocessNode function core/modules/views/src/Hook/ViewsThemeHooks.php Implements hook_preprocess_HOOK().
ViewsUiThemeHooks::preprocessBuildGroupFilterForm function core/modules/views_ui/src/Hook/ViewsUiThemeHooks.php Prepares variables for Views UI build group filter form templates.
ViewsUiThemeHooks::preprocessDisplayTabBucket function core/modules/views_ui/src/Hook/ViewsUiThemeHooks.php Prepares variables for Views UI display tab bucket templates.
ViewsUiThemeHooks::preprocessDisplayTabSetting function core/modules/views_ui/src/Hook/ViewsUiThemeHooks.php Prepares variables for Views UI display tab setting templates.
ViewsUiThemeHooks::preprocessRearrangeFilterForm function core/modules/views_ui/src/Hook/ViewsUiThemeHooks.php Prepares variables for Views UI rearrange filter form templates.
ViewsUiThemeHooks::preprocessStylePluginTable function core/modules/views_ui/src/Hook/ViewsUiThemeHooks.php Prepares variables for style plugin table templates.
ViewsUiThemeHooks::preprocessViewPreviewSection function core/modules/views_ui/src/Hook/ViewsUiThemeHooks.php Prepares variables for views UI view preview section templates.
ViewsUiThemeHooks::preprocessViewsListingTable function core/modules/views_ui/src/Hook/ViewsUiThemeHooks.php Prepares variables for Views UI view listing templates.
ViewsUiThemeHooks::preprocessViewsView function core/modules/views_ui/src/Hook/ViewsUiThemeHooks.php Implements hook_preprocess_HOOK() for views templates.
_claro_preprocess_file_and_image_widget function core/themes/claro/claro.theme Helper pre-process callback for file_managed_file and image_widget.
_content_translation_preprocess_language_content_settings_table function core/modules/content_translation/content_translation.admin.inc Injects translation settings into the language content settings table.

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