| TaxonomyHooks::deleteNodeIndex |
function |
core/modules/taxonomy/src/Hook/TaxonomyHooks.php |
Deletes taxonomy index entries for a given node. |
| TaxonomyHooks::nodePredelete |
function |
core/modules/taxonomy/src/Hook/TaxonomyHooks.php |
Implements hook_ENTITY_TYPE_predelete() for node entities. |
| TaxonomyHooks::taxonomyTermDelete |
function |
core/modules/taxonomy/src/Hook/TaxonomyHooks.php |
Implements hook_ENTITY_TYPE_delete() for taxonomy_term entities. |
| TaxonomyRevisionDeleteTest |
class |
core/modules/taxonomy/tests/src/Functional/TaxonomyRevisionDeleteTest.php |
Taxonomy term revision delete form test. |
| TaxonomyRevisionDeleteTest.php |
file |
core/modules/taxonomy/tests/src/Functional/TaxonomyRevisionDeleteTest.php |
|
| TaxonomyRevisionDeleteTest::$defaultTheme |
property |
core/modules/taxonomy/tests/src/Functional/TaxonomyRevisionDeleteTest.php |
The theme to install as the default for testing. |
| TaxonomyRevisionDeleteTest::$modules |
property |
core/modules/taxonomy/tests/src/Functional/TaxonomyRevisionDeleteTest.php |
Modules to install. |
| TaxonomyRevisionDeleteTest::$permissions |
property |
core/modules/taxonomy/tests/src/Functional/TaxonomyRevisionDeleteTest.php |
|
| TaxonomyRevisionDeleteTest::$vocabulary |
property |
core/modules/taxonomy/tests/src/Functional/TaxonomyRevisionDeleteTest.php |
Vocabulary for testing. |
| TaxonomyRevisionDeleteTest::setUp |
function |
core/modules/taxonomy/tests/src/Functional/TaxonomyRevisionDeleteTest.php |
|
| TaxonomyRevisionDeleteTest::testDeleteForm |
function |
core/modules/taxonomy/tests/src/Functional/TaxonomyRevisionDeleteTest.php |
Tests revision delete. |
| taxonomy_delete_node_index |
function |
core/modules/taxonomy/taxonomy.module |
Deletes taxonomy index entries for a given node. |
| Term::postDelete |
function |
core/modules/taxonomy/src/Entity/Term.php |
Acts on deleted entities before the delete hook is invoked. |
| TermDeleteForm |
class |
core/modules/taxonomy/src/Form/TermDeleteForm.php |
Provides a deletion confirmation form for taxonomy term. |
| TermDeleteForm.php |
file |
core/modules/taxonomy/src/Form/TermDeleteForm.php |
|
| TermDeleteForm::getCancelUrl |
function |
core/modules/taxonomy/src/Form/TermDeleteForm.php |
Returns the route to go to if the user cancels the action. |
| TermDeleteForm::getDeletionMessage |
function |
core/modules/taxonomy/src/Form/TermDeleteForm.php |
|
| TermDeleteForm::getDescription |
function |
core/modules/taxonomy/src/Form/TermDeleteForm.php |
Returns additional text to display as a description. |
| TermDeleteForm::getRedirectUrl |
function |
core/modules/taxonomy/src/Form/TermDeleteForm.php |
Returns the URL where the user should be redirected after deletion. |
| TermKernelTest::testMultipleParentDelete |
function |
core/modules/taxonomy/tests/src/Kernel/TermKernelTest.php |
Deleting a parent of a term with multiple parents does not delete the term. |
| TermKernelTest::testTermDelete |
function |
core/modules/taxonomy/tests/src/Kernel/TermKernelTest.php |
Tests that a deleted term is no longer in the vocabulary. |
| TestableSqlContentEntityStorage::publicDeleteFromDedicatedTables |
function |
core/tests/Drupal/KernelTests/Core/Entity/Sql/TestableSqlContentEntityStorage.php |
Exposes the protected deleteFromDedicatedTables() method for testing. |
| TestConfigFactoryOverrideBase::onConfigDelete |
function |
core/tests/Drupal/Tests/Core/Config/ConfigFactoryOverrideBaseTest.php |
Actions to be performed to configuration override on configuration delete. |
| TestFileUsage::delete |
function |
core/modules/system/tests/modules/service_provider_test/src/TestFileUsage.php |
Removes a record to indicate that a module is no longer using a file. |
| TestItem::delete |
function |
core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldType/TestItem.php |
Defines custom delete behavior for field values. |
| 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. |
| 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. |
| 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. |