function _system_default_theme_features
Same name in other branches
- 7.x modules/system/system.module \_system_default_theme_features()
- 9 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.
See also
\Drupal\Core\Extension\ThemeExtensionList::$defaults
1 call to _system_default_theme_features()
- theme_get_setting in core/
includes/ theme.inc - Retrieves a setting for the current theme or for a given theme.
File
-
core/
includes/ theme.inc, line 105
Code
function _system_default_theme_features() {
return [
'favicon',
'logo',
'node_user_picture',
'comment_user_picture',
'comment_user_verification',
];
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.