Search for theme_
- Search 9.5.x for theme_
- Search 8.9.x for theme_
- Search 10.3.x for theme_
- Search 11.x for theme_
- Search main for theme_
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| _system_default_theme_features | function | modules/ |
Returns an array of default theme features. |
| _system_rebuild_theme_data | function | modules/ |
Helper function to scan and collect theme .info data and their engines. |
| _system_themes_access | function | modules/ |
Menu item access callback - only admin or enabled themes can be accessed. |
| _system_theme_settings_validate_path | function | modules/ |
Helper function for the system_theme_settings form. |
| _theme_build_registry | function | includes/ |
Builds the theme registry cache. |
| _theme_custom_theme | function | modules/ |
Custom theme callback. |
| _theme_load_offline_registry | function | includes/ |
Builds the registry when the site needs to bypass any database calls. |
| _theme_load_registry | function | includes/ |
Gets the theme_registry cache; if it doesn't exist, builds it. |
| _theme_process_registry | function | includes/ |
Process a single implementation of hook_theme(). |
| _theme_registry_callback | function | includes/ |
Sets the callback that will be used by theme_get_registry(). |
| _theme_render_template_debug | function | includes/ |
Renders a template for any engine. |
| _theme_save_registry | function | includes/ |
Writes the theme_registry cache into the database. |
| _theme_table_cell | function | includes/ |
Returns HTML output for a single table cell for theme_table(). |
| _theme_test_alter | function | modules/ |
Page callback, calls drupal_alter(). |
| _theme_test_drupal_add_region_content | function | modules/ |
Page callback, calls drupal_add_region_content. |
| _theme_test_engine_info_test | function | modules/ |
Serves a simple page renderered using a Nyan Cat theme engine template. |
| _theme_test_load_registry | function | modules/ |
Fake registry loading callback. |
| _theme_test_suggestion | function | modules/ |
Page callback, calls a theme hook suggestion. |
Pagination
- Previous page
- Page 8
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.