15 calls to field_purge_batch() in Drupal 8
- BulkDeleteTest::testPurgeField in core/
modules/ field/ tests/ src/ Kernel/ BulkDeleteTest.php - Verify that field data items and fields are purged when a field storage is deleted.
- BulkDeleteTest::testPurgeFieldStorage in core/
modules/ field/ tests/ src/ Kernel/ BulkDeleteTest.php - Verify that field storages are preserved and purged correctly as multiple fields are deleted and purged.
- BulkDeleteTest::testPurgeWithDeletedAndActiveField in core/
modules/ field/ tests/ src/ Kernel/ BulkDeleteTest.php - Tests that recreating a field with the name as a deleted field works.
- CommentFieldsTest::testCommentInstallAfterContentModule in core/
modules/ comment/ tests/ src/ Functional/ CommentFieldsTest.php - Tests that comment module works when installed after a content module.
- CommentUninstallTest::testCommentUninstallWithoutField in core/
modules/ comment/ tests/ src/ Kernel/ CommentUninstallTest.php - Tests if uninstallation succeeds if the field has been deleted beforehand.
- ConfigImportAllTest::testInstallUninstall in core/
modules/ config/ tests/ src/ Functional/ ConfigImportAllTest.php - Tests that a fixed set of modules can be installed and uninstalled.
- ConfigImporterFieldPurger::process in core/
modules/ field/ src/ ConfigImporterFieldPurger.php - Processes fields targeted for purge as part of a configuration sync.
- EntityBundleFieldTest::testCustomBundleFieldUsage in core/
tests/ Drupal/ KernelTests/ Core/ Entity/ EntityBundleFieldTest.php - Tests making use of a custom bundle field.
- EntityDefinitionUpdateTest::testBaseFieldDeleteWithExistingData in core/
tests/ Drupal/ KernelTests/ Core/ Entity/ EntityDefinitionUpdateTest.php - Tests deleting a base field when it has existing data.
- EntityDefinitionUpdateTest::testBundleFieldDeleteWithExistingData in core/
tests/ Drupal/ KernelTests/ Core/ Entity/ EntityDefinitionUpdateTest.php - Tests deleting a bundle field when it has existing data.
- FieldConfigDeleteForm::submitForm in core/
modules/ field_ui/ src/ Form/ FieldConfigDeleteForm.php - FieldDataCountTest::testEntityCountAndHasData in core/
modules/ field/ tests/ src/ Kernel/ FieldDataCountTest.php - Tests entityCount() and hadData() methods.
- FieldImportDeleteTest::testImportDelete in core/
modules/ field/ tests/ src/ Kernel/ FieldImportDeleteTest.php - Tests deleting field storages and fields as part of config import.
- field_cron in core/
modules/ field/ field.module - Implements hook_cron().
- forum_uninstall in core/
modules/ forum/ forum.install - Implements hook_uninstall().