You are here

constant ConfigEntityUpdater::SANDBOX_KEY in Drupal 9

Same name and namespace in other branches
  1. 8 core/lib/Drupal/Core/Config/Entity/ConfigEntityUpdater.php \Drupal\Core\Config\Entity\ConfigEntityUpdater::SANDBOX_KEY

The key used to store information in the update sandbox.

File

core/lib/Drupal/Core/Config/Entity/ConfigEntityUpdater.php, line 31

Class

ConfigEntityUpdater
A utility class to make updating configuration entities simple.

Namespace

Drupal\Core\Config\Entity

Code

const SANDBOX_KEY = 'config_entity_updater';