Search for theme_

  1. Search 7.x for theme_
  2. Search 9.5.x for theme_
  3. Search 8.9.x for theme_
  4. Search 10.3.x for theme_
  5. Search main for theme_
  6. Other projects
Title Object type File name Summary
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.
UpdateThemeHooks::theme function core/modules/update/src/Hook/UpdateThemeHooks.php Implements hook_theme().
UpdateThemeHooks::__construct function core/modules/update/src/Hook/UpdateThemeHooks.php
update_test_base_theme.info.yml file core/modules/update/tests/themes/update_test_base_theme/update_test_base_theme.info.yml core/modules/update/tests/themes/update_test_base_theme/update_test_base_theme.info.yml
update_test_broken_theme_hook.info.yml file core/modules/system/tests/modules/update_test_broken_theme_hook/update_test_broken_theme_hook.info.yml core/modules/system/tests/modules/update_test_broken_theme_hook/update_test_broken_theme_hook.info.yml
update_test_subtheme.info.yml file core/modules/update/tests/themes/update_test_subtheme/update_test_subtheme.info.yml core/modules/update/tests/themes/update_test_subtheme/update_test_subtheme.info.yml
UserNameThemeCacheTest class core/modules/user/tests/src/Kernel/UserNameThemeCacheTest.php Tests the 'username' theme element.
UserNameThemeCacheTest.php file core/modules/user/tests/src/Kernel/UserNameThemeCacheTest.php
UserNameThemeCacheTest::$modules property core/modules/user/tests/src/Kernel/UserNameThemeCacheTest.php Modules to install.
UserNameThemeCacheTest::setUp function core/modules/user/tests/src/Kernel/UserNameThemeCacheTest.php
UserNameThemeCacheTest::testUserNameThemeRenderCache function core/modules/user/tests/src/Kernel/UserNameThemeCacheTest.php Test cache metadata when rendering arrays using 'username' theme element.
UserThemeHooks class core/modules/user/src/Hook/UserThemeHooks.php Hook implementations for user.
UserThemeHooks.php file core/modules/user/src/Hook/UserThemeHooks.php
UserThemeHooks::elementInfoAlter function core/modules/user/src/Hook/UserThemeHooks.php Implements hook_element_info_alter().
UserThemeHooks::preprocessBlock function core/modules/user/src/Hook/UserThemeHooks.php Implements hook_preprocess_HOOK() for block templates.
UserThemeHooks::preprocessUser function core/modules/user/src/Hook/UserThemeHooks.php Prepares variables for user templates.
UserThemeHooks::preprocessUsername function core/modules/user/src/Hook/UserThemeHooks.php Prepares variables for username templates.
UserThemeHooks::processPasswordConfirm function core/modules/user/src/Hook/UserThemeHooks.php Form element process handler for client-side password validation.
UserThemeHooks::theme function core/modules/user/src/Hook/UserThemeHooks.php Implements hook_theme().
UserThemeHooks::__construct function core/modules/user/src/Hook/UserThemeHooks.php
user_test_theme.info.yml file core/modules/user/tests/themes/user_test_theme/user_test_theme.info.yml core/modules/user/tests/themes/user_test_theme/user_test_theme.info.yml
ViewEditForm::$themeManager property core/modules/views_ui/src/ViewEditForm.php The theme manager.
ViewExecutable::buildThemeFunctions function core/modules/views/src/ViewExecutable.php Provides a full array of possible theme functions to try for a given hook.
ViewExecutableTest::testBuildThemeFunctions function core/modules/views/tests/src/Unit/ViewExecutableTest.php Tests build theme functions.
views.theme.inc file core/modules/views/views.theme.inc
ViewsHooks::themeSuggestionsCommentAlter function core/modules/views/src/Hook/ViewsHooks.php Implements hook_theme_suggestions_HOOK_alter().
ViewsHooks::themeSuggestionsContainerAlter function core/modules/views/src/Hook/ViewsHooks.php Implements hook_theme_suggestions_HOOK_alter().
ViewsHooks::themeSuggestionsNodeAlter function core/modules/views/src/Hook/ViewsHooks.php Implements hook_theme_suggestions_HOOK_alter().
ViewsPluginInterface::themeFunctions function core/modules/views/src/Plugin/views/ViewsPluginInterface.php Provide a full list of possible theme templates used by this style.
ViewsTemplateTest::testThemeSuggestionsContainerAlter function core/modules/views/tests/src/Kernel/ViewsTemplateTest.php Tests theme suggestions container alter.
ViewsTestDataThemeHooks class core/modules/views/tests/modules/views_test_data/src/Hook/ViewsTestDataThemeHooks.php Hook implementations for views_test_data.
ViewsTestDataThemeHooks.php file core/modules/views/tests/modules/views_test_data/src/Hook/ViewsTestDataThemeHooks.php
ViewsTestDataThemeHooks::preprocessViewsViewMappingTest function core/modules/views/tests/modules/views_test_data/src/Hook/ViewsTestDataThemeHooks.php Prepares variables for the mapping row style test templates.
ViewsTestDataThemeHooks::preprocessViewsViewTable function core/modules/views/tests/modules/views_test_data/src/Hook/ViewsTestDataThemeHooks.php Implements hook_preprocess_HOOK() for views table templates.
ViewsTestRssThemeHooks class core/modules/views/tests/modules/views_test_rss/src/Hook/ViewsTestRssThemeHooks.php Hook implementations for views_test_rss.
ViewsTestRssThemeHooks.php file core/modules/views/tests/modules/views_test_rss/src/Hook/ViewsTestRssThemeHooks.php
ViewsTestRssThemeHooks::preprocessViewsViewRss function core/modules/views/tests/modules/views_test_rss/src/Hook/ViewsTestRssThemeHooks.php Implements hook_preprocess_HOOK().
ViewsThemeHooks class core/modules/views/src/Hook/ViewsThemeHooks.php Hook implementations for views.
ViewsThemeHooks.php file core/modules/views/src/Hook/ViewsThemeHooks.php
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().
ViewsThemeHooks::preprocessViewsExposedForm function core/modules/views/src/Hook/ViewsThemeHooks.php Prepares variables for views exposed form templates.
ViewsThemeHooks::preprocessViewsMiniPager function core/modules/views/src/Hook/ViewsThemeHooks.php Prepares variables for views mini-pager templates.
ViewsThemeHooks::preprocessViewsView function core/modules/views/src/Hook/ViewsThemeHooks.php Prepares variables for view templates.
ViewsThemeHooks::preprocessViewsViewField function core/modules/views/src/Hook/ViewsThemeHooks.php Prepares variables for views field templates.
ViewsThemeHooks::preprocessViewsViewFields function core/modules/views/src/Hook/ViewsThemeHooks.php Prepares variables for views fields templates.

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