21 calls to entity_delete_multiple() in Zircon Profile 8
- BlockTest::testBlockCacheTags in core/
modules/ block/ src/ Tests/ BlockTest.php - Test that cache tags are properly set and bubbled up to the page cache.
- BookTest::testBookDelete in core/
modules/ book/ src/ Tests/ BookTest.php - Tests the access for deleting top-level book nodes.
- Comment::postDelete in core/
modules/ comment/ src/ Entity/ Comment.php - Acts on deleted entities before the delete hook is invoked.
- CommentLinksTest::testCommentLinks in core/
modules/ comment/ src/ Tests/ CommentLinksTest.php - Tests that comment links are output and can be hidden.
- CommentNodeChangesTest::testNodeDeletion in core/
modules/ comment/ src/ Tests/ CommentNodeChangesTest.php - Tests that comments are deleted with the node.
- comment_entity_predelete in core/
modules/ comment/ comment.module - Implements hook_entity_predelete().
- comment_field_config_delete in core/
modules/ comment/ comment.module - Implements hook_ENTITY_TYPE_delete() for 'field_config'.
- comment_user_predelete in core/
modules/ comment/ comment.module - Implements hook_ENTITY_TYPE_predelete() for user entities.
- ConfigImportAllTest::testInstallUninstall in core/
modules/ config/ src/ Tests/ ConfigImportAllTest.php - Tests that a fixed set of modules can be installed and uninstalled.
- EntityApiTest::assertCRUD in core/
modules/ system/ src/ Tests/ Entity/ EntityApiTest.php - Executes a test set for a defined entity type and user.
- file_delete_multiple in core/
includes/ file.inc - Deletes files.
- ForumTest::testAddOrphanTopic in core/
modules/ forum/ src/ Tests/ ForumTest.php - Tests that forum nodes can't be added without a parent.
- install_download_additional_translations_operations in core/
includes/ install.core.inc - Prepares the system for import and downloads additional translations.
- LanguageDependencyInjectionTest::testDependencyInjectedNewDefaultLanguage in core/
modules/ language/ src/ Tests/ LanguageDependencyInjectionTest.php - Test dependency injected Language object against a new default language object.
- LanguageFallbackTest::testCandidates in core/
modules/ language/ src/ Tests/ LanguageFallbackTest.php - Tests language fallback candidates.
- node_user_predelete in core/
modules/ node/ node.module - Implements hook_ENTITY_TYPE_predelete() for user entities.
- ShortcutLinksTest::testShortcutLinkDelete in core/
modules/ shortcut/ src/ Tests/ ShortcutLinksTest.php - Tests deleting a shortcut link.
- Term::postDelete in core/
modules/ taxonomy/ src/ Entity/ Term.php - Acts on deleted entities before the delete hook is invoked.
- TermKernelTest::testTermDelete in core/
modules/ taxonomy/ src/ Tests/ TermKernelTest.php - Deleting terms should also remove related vocabulary. Deleting an invalid term should silently fail.
- user_delete_multiple in core/
modules/ user/ user.module - Delete multiple user accounts.
- Vocabulary::preDelete in core/
modules/ taxonomy/ src/ Entity/ Vocabulary.php - Acts on entities before they are deleted and before hooks are invoked.