DRUPAL_CORE_REMOVED_THEME_LIST

Same name and namespace in other branches
  1. 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
SystemRequirements::checkRequirements in core/modules/system/src/Install/Requirements/SystemRequirements.php
Check requirements for a given phase.
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 35

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.