StorageReplaceDataWrapperTest::delete |
function |
core/tests/Drupal/KernelTests/Core/Config/Storage/StorageReplaceDataWrapperTest.php |
|
StringBase::delete |
function |
core/modules/locale/src/StringBase.php |
Deletes string object from storage. |
StringBaseTest::testDeleteWithoutStorage |
function |
core/modules/locale/tests/src/Unit/StringBaseTest.php |
@covers ::delete |
StringDatabaseStorage::dbDelete |
function |
core/modules/locale/src/StringDatabaseStorage.php |
Creates delete query. |
StringDatabaseStorage::delete |
function |
core/modules/locale/src/StringDatabaseStorage.php |
Delete string from storage. |
StringDatabaseStorage::deleteStrings |
function |
core/modules/locale/src/StringDatabaseStorage.php |
Deletes source strings and translations using conditions. |
StringDatabaseStorage::deleteTranslations |
function |
core/modules/locale/src/StringDatabaseStorage.php |
Deletes translations using conditions. |
StringInterface::delete |
function |
core/modules/locale/src/StringInterface.php |
Deletes string object from storage. |
StringStorageInterface::delete |
function |
core/modules/locale/src/StringStorageInterface.php |
Delete string from storage. |
StringStorageInterface::deleteStrings |
function |
core/modules/locale/src/StringStorageInterface.php |
Deletes source strings and translations using conditions. |
StringStorageInterface::deleteTranslations |
function |
core/modules/locale/src/StringStorageInterface.php |
Deletes translations using conditions. |
StubRequestHandlerResourcePlugin::delete |
function |
core/modules/rest/tests/src/Kernel/RequestHandlerTest.php |
|
system.action.comment_delete_action.yml |
file |
core/modules/comment/config/install/system.action.comment_delete_action.yml |
core/modules/comment/config/install/system.action.comment_delete_action.yml |
system.action.media_delete_action.yml |
file |
core/modules/media/config/optional/system.action.media_delete_action.yml |
core/modules/media/config/optional/system.action.media_delete_action.yml |
system.action.node_delete_action.yml |
file |
core/modules/node/config/install/system.action.node_delete_action.yml |
core/modules/node/config/install/system.action.node_delete_action.yml |
system_post_update_delete_authorize_settings |
function |
core/modules/system/system.post_update.php |
Remove obsolete system.authorize configuration. |
system_post_update_delete_rss_settings |
function |
core/modules/system/system.post_update.php |
Remove obsolete system.rss configuration. |
taxonomy_delete_node_index |
function |
core/modules/taxonomy/taxonomy.module |
Deletes taxonomy index entries for a given node. |
taxonomy_node_predelete |
function |
core/modules/taxonomy/taxonomy.module |
Implements hook_ENTITY_TYPE_predelete() for node entities. |
taxonomy_taxonomy_term_delete |
function |
core/modules/taxonomy/taxonomy.module |
Implements hook_ENTITY_TYPE_delete() for taxonomy_term entities. |
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. |
TermStorage::deleteTermHierarchy |
function |
core/modules/taxonomy/src/TermStorage.php |
Removed reference to terms from term_hierarchy. |
TermStorageInterface::deleteTermHierarchy |
function |
core/modules/taxonomy/src/TermStorageInterface.php |
Removed reference to terms from term_hierarchy. |
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. |
TestProcessor::delete |
function |
core/modules/aggregator/tests/modules/aggregator_test/src/Plugin/aggregator/processor/TestProcessor.php |
Deletes stored feed data. |
TestSiteTearDownCommand::fileUnmanagedDeleteRecursive |
function |
core/tests/Drupal/TestSite/Commands/TestSiteTearDownCommand.php |
Deletes all files and directories in the specified path recursively. |
tracker_comment_delete |
function |
core/modules/tracker/tracker.module |
Implements hook_ENTITY_TYPE_delete() for comment entities. |
tracker_node_predelete |
function |
core/modules/tracker/tracker.module |
Implements hook_ENTITY_TYPE_predelete() for node entities. |
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 enable. |
UpdateDeleteFileIfStaleTest::testUpdateDeleteFileIfStale |
function |
core/modules/update/tests/src/Kernel/UpdateDeleteFileIfStaleTest.php |
Tests the deletion of stale files. |
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. |