You are here

constant UpdateManager::CONFIG_NAME in Lightning Core 8.5

Same name and namespace in other branches
  1. 8 src/UpdateManager.php \Drupal\lightning_core\UpdateManager::CONFIG_NAME
  2. 8.2 src/UpdateManager.php \Drupal\lightning_core\UpdateManager::CONFIG_NAME
  3. 8.3 src/UpdateManager.php \Drupal\lightning_core\UpdateManager::CONFIG_NAME
  4. 8.4 src/UpdateManager.php \Drupal\lightning_core\UpdateManager::CONFIG_NAME

Name of the config object which stores version numbers.

File

src/UpdateManager.php, line 25

Class

UpdateManager
Discovers and manages optional configuration updates.

Namespace

Drupal\lightning_core

Code

const CONFIG_NAME = 'lightning_core.versions';