| TestSiteTearDownCommand::fileUnmanagedDeleteRecursive |
function |
core/tests/Drupal/TestSite/Commands/TestSiteTearDownCommand.php |
Deletes all files and directories in the specified path recursively. |
| TranslationString::delete |
function |
core/modules/locale/src/TranslationString.php |
Deletes string object from storage. |
| UpdateBackend::delete |
function |
core/lib/Drupal/Core/Update/UpdateBackend.php |
Deletes an item from the cache. |
| UpdateBackend::deleteAll |
function |
core/lib/Drupal/Core/Update/UpdateBackend.php |
Deletes all cache items in a bin. |
| UpdateBackend::deleteMultiple |
function |
core/lib/Drupal/Core/Update/UpdateBackend.php |
Deletes multiple items from the cache. |
| UpdateDeleteFileIfStaleTest |
class |
core/modules/update/tests/src/Kernel/UpdateDeleteFileIfStaleTest.php |
Tests the update_delete_file_if_stale() function. |
| UpdateDeleteFileIfStaleTest.php |
file |
core/modules/update/tests/src/Kernel/UpdateDeleteFileIfStaleTest.php |
|
| UpdateDeleteFileIfStaleTest::$modules |
property |
core/modules/update/tests/src/Kernel/UpdateDeleteFileIfStaleTest.php |
Modules to install. |
| UpdateDeleteFileIfStaleTest::$strictConfigSchema |
property |
core/modules/update/tests/src/Kernel/UpdateDeleteFileIfStaleTest.php |
Disable strict config schema checking. |
| UpdateDeleteFileIfStaleTest::testUpdateDeleteFileIfStale |
function |
core/modules/update/tests/src/Kernel/UpdateDeleteFileIfStaleTest.php |
Tests the deletion of stale files. |
| UpdateHookRegistry::deleteEquivalentUpdate |
function |
core/lib/Drupal/Core/Update/UpdateHookRegistry.php |
Removes an equivalent update. |
| UpdateHookRegistry::deleteInstalledVersion |
function |
core/lib/Drupal/Core/Update/UpdateHookRegistry.php |
Deletes the installed version information for the module. |
| UpdateProcessor::deleteQueueItem |
function |
core/modules/update/src/UpdateProcessor.php |
Deletes a finished item from the update fetch queue. |
| UpdateProcessorInterface::deleteQueueItem |
function |
core/modules/update/src/UpdateProcessorInterface.php |
Deletes a finished item from the update fetch queue. |
| update_delete_file_if_stale |
function |
core/modules/update/update.module |
Deletes stale files and directories from the update manager disk cache. |
| User::postDelete |
function |
core/modules/user/src/Entity/User.php |
Acts on deleted entities before the delete hook is invoked. |
| UserCancelTest::testUserDelete |
function |
core/modules/user/tests/src/Functional/UserCancelTest.php |
Delete account and remove all content. |
| UserCancelTest::testUserDeleteWithContentAndNodeAccess |
function |
core/modules/user/tests/src/Functional/UserCancelTest.php |
Tests user cancel with node access. |
| UserData::delete |
function |
core/modules/user/src/UserData.php |
Deletes data stored for a user account. |
| UserDataInterface::delete |
function |
core/modules/user/src/UserDataInterface.php |
Deletes data stored for a user account. |
| UserDeleteTest |
class |
core/modules/user/tests/src/Kernel/UserDeleteTest.php |
Tests deleting of user accounts. |
| UserDeleteTest.php |
file |
core/modules/user/tests/src/Kernel/UserDeleteTest.php |
|
| UserDeleteTest::$modules |
property |
core/modules/user/tests/src/Kernel/UserDeleteTest.php |
Modules to install. |
| UserDeleteTest::testUserDeleteMultiple |
function |
core/modules/user/tests/src/Kernel/UserDeleteTest.php |
Tests deleting multiple users. |
| UserHooks::userRoleDelete |
function |
core/modules/user/src/Hook/UserHooks.php |
Implements hook_ENTITY_TYPE_delete() for user_role entities. |
| UserPictureTest::testCreateDeletePicture |
function |
core/modules/user/tests/src/Functional/UserPictureTest.php |
Tests creation, display, and deletion of user pictures. |
| UserRoleDeleteTest |
class |
core/modules/user/tests/src/Kernel/UserRoleDeleteTest.php |
Tests the handling of user_role entity from the user module. |
| UserRoleDeleteTest.php |
file |
core/modules/user/tests/src/Kernel/UserRoleDeleteTest.php |
|
| UserRoleDeleteTest::$modules |
property |
core/modules/user/tests/src/Kernel/UserRoleDeleteTest.php |
Modules to install. |
| UserRoleDeleteTest::setUp |
function |
core/modules/user/tests/src/Kernel/UserRoleDeleteTest.php |
|
| UserRoleDeleteTest::testDependenciesRemoval |
function |
core/modules/user/tests/src/Kernel/UserRoleDeleteTest.php |
Tests the removal of user role dependencies. |
| UserRoleDeleteTest::testRoleDeleteUserRoleReferenceDelete |
function |
core/modules/user/tests/src/Kernel/UserRoleDeleteTest.php |
Tests removal of role references on role entity delete. |
| UserStorage::deleteRoleReferences |
function |
core/modules/user/src/UserStorage.php |
Delete role references. |
| UserStorageInterface::deleteRoleReferences |
function |
core/modules/user/src/UserStorageInterface.php |
Delete role references. |
| UserTest::doTestDeleteIndividual |
function |
core/modules/jsonapi/tests/src/Functional/UserTest.php |
Tests DELETEing an individual resource, plus edge cases to ensure good DX. |
| UserTest::sendDeleteRequestForUser |
function |
core/modules/jsonapi/tests/src/Functional/UserTest.php |
|
| UserTest::testDeleteRespectsUserCancelBlock |
function |
core/modules/jsonapi/tests/src/Functional/UserTest.php |
Tests if JSON:API respects user.settings.cancel_method: user_cancel_block. |
| UserTest::testDeleteRespectsUserCancelBlockUnpublish |
function |
core/modules/jsonapi/tests/src/Functional/UserTest.php |
Tests if JSON:API respects user.settings.cancel_method: user_cancel_block_unpublish. |
| UserTest::testDeleteRespectsUserCancelBlockUnpublishAndProcessesBatches |
function |
core/modules/jsonapi/tests/src/Functional/UserTest.php |
Tests if JSON:API respects user.settings.cancel_method: user_cancel_block_unpublish. |
| UserTest::testDeleteRespectsUserCancelDelete |
function |
core/modules/jsonapi/tests/src/Functional/UserTest.php |
Tests if JSON:API respects user.settings.cancel_method: user_cancel_delete. |
| UserTest::testDeleteRespectsUserCancelReassign |
function |
core/modules/jsonapi/tests/src/Functional/UserTest.php |
Tests if JSON:API respects user.settings.cancel_method: user_cancel_reassign. |
| user_cookie_delete |
function |
core/modules/user/user.module |
Delete a visitor information cookie. |
| VariationCache::delete |
function |
core/lib/Drupal/Core/Cache/VariationCache.php |
Deletes an item from the cache. |
| VariationCacheInterface::delete |
function |
core/lib/Drupal/Core/Cache/VariationCacheInterface.php |
Deletes an item from the cache. |
| VersionHistoryController::buildDeleteRevisionLink |
function |
core/lib/Drupal/Core/Entity/Controller/VersionHistoryController.php |
Builds a link to delete an entity revision. |
| View::postDelete |
function |
core/modules/views/src/Entity/View.php |
Acts on deleted entities before the delete hook is invoked. |
| View::preDelete |
function |
core/modules/views/src/Entity/View.php |
Acts on entities before they are deleted and before hooks are invoked. |
| ViewEditForm::submitDisplayDelete |
function |
core/modules/views_ui/src/ViewEditForm.php |
Submit handler to delete a display from a view. |
| ViewEditForm::submitDisplayUndoDelete |
function |
core/modules/views_ui/src/ViewEditForm.php |
Submit handler to add a restore a removed display to a view. |
| ViewEditTest::testDeleteLink |
function |
core/modules/views_ui/tests/src/Functional/ViewEditTest.php |
Tests the delete link on a views UI. |