function _system_default_theme_features

Same name and namespace in other branches
  1. 7.x modules/system/system.module \_system_default_theme_features()
  2. 8.9.x core/includes/theme.inc \_system_default_theme_features()
  3. 10 core/includes/theme.inc \_system_default_theme_features()
  4. 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 106

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.