function _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',
  );
}

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/core!includes!theme.inc/function/_system_default_theme_features/8.1.x