_system_default_theme_features

_system_default_theme_features()

Returns an array of default theme features.

See also

\Drupal\Core\Extension\ThemeHandler::$defaultFeatures

File

core/includes/theme.inc, line 104
The theme system, which controls the output of Drupal.

Code

function _system_default_theme_features() {
  return array(
    'favicon',
    'logo',
    'node_user_picture',
    'comment_user_picture',
    'comment_user_verification',
  );
}
doc_Drupal
2016-10-29 09:57:18
Comments
Leave a Comment

Please login to continue.