Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. theme.inc

function drupal_common_theme

Provides theme registration for themes across .inc files.

Deprecated

in drupal:11.1.0 and is removed from drupal:12.0.0. Use \Drupal\Core\Theme\ThemeCommonElements::commonElements() instead,

See also

https://www.drupal.org/node/3488470

File

core/includes/theme.inc, line 1815

Code

function drupal_common_theme() : array {
    @trigger_error('drupal_common_theme() is deprecated in drupal:11.1.0 and is removed from drupal:12.0.0. Use \\Drupal\\Core\\Theme\\ThemeCommonElements::commonElements() instead. See https://www.drupal.org/node/3488470', E_USER_DEPRECATED);
    return ThemeCommonElements::commonElements();
}
RSS feed
Powered by Drupal