DRUPAL_CORE_REMOVED_THEME_LIST
Same name in other branches
- 10 core/modules/system/system.install \DRUPAL_CORE_REMOVED_THEME_LIST
An array of machine names of themes that were removed from Drupal core.
2 uses of DRUPAL_CORE_REMOVED_THEME_LIST
- system_requirements in core/
modules/ system/ system.install - Implements hook_requirements().
- UpdateScriptTest::testMissingExtension in core/
modules/ system/ tests/ src/ Functional/ UpdateSystem/ UpdateScriptTest.php - Tests that a missing extension prevents updates.
File
-
core/
modules/ system/ system.install, line 56
Code
const DRUPAL_CORE_REMOVED_THEME_LIST = [
'bartik' => 'Bartik',
'classy' => 'Classy',
'seven' => 'Seven',
'stable' => 'Stable',
];
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.