public static ConfigImporterFieldPurger::process(array &$context, ConfigImporter $config_importer)
Processes fields targeted for purge as part of a configuration sync.
This takes care of deleting the field if necessary, and purging the data on the fly.
Parameters
array $context: The batch context.
\Drupal\Core\Config\ConfigImporter $config_importer: The config importer.
File
core/modules/field/src/ConfigImporterFieldPurger.php, line 25
Class
ConfigImporterFieldPurger Processes field p