function _system_default_theme_features
Same name in other branches
- 9 core/includes/theme.inc \_system_default_theme_features()
- 8.9.x core/includes/theme.inc \_system_default_theme_features()
- 10 core/includes/theme.inc \_system_default_theme_features()
- 11.x core/includes/theme.inc \_system_default_theme_features()
Returns an array of default theme features.
2 calls to _system_default_theme_features()
- theme_get_setting in includes/
theme.inc - Retrieves a setting for the current theme or for a given theme.
- _system_rebuild_theme_data in modules/
system/ system.module - Helper function to scan and collect theme .info data and their engines.
File
-
modules/
system/ system.module, line 2707
Code
function _system_default_theme_features() {
return array(
'logo',
'favicon',
'name',
'slogan',
'node_user_picture',
'comment_user_picture',
'comment_user_verification',
'main_menu',
'secondary_menu',
);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.