node_user_predelete |
function |
core/modules/node/node.module |
Implements hook_ENTITY_TYPE_predelete() for user entities. |
NullBackend::delete |
function |
core/lib/Drupal/Core/Cache/NullBackend.php |
Deletes an item from the cache. |
NullBackend::deleteAll |
function |
core/lib/Drupal/Core/Cache/NullBackend.php |
Deletes all cache items in a bin. |
NullBackend::deleteMultiple |
function |
core/lib/Drupal/Core/Cache/NullBackend.php |
Deletes multiple items from the cache. |
NullFileCache::delete |
function |
core/lib/Drupal/Component/FileCache/NullFileCache.php |
Deletes data from the cache. |
NullIdMap::delete |
function |
core/modules/migrate/src/Plugin/migrate/id_map/NullIdMap.php |
Deletes the map and message entries for a given source record. |
NullIdMap::deleteDestination |
function |
core/modules/migrate/src/Plugin/migrate/id_map/NullIdMap.php |
Deletes the map and message table entries for a given destination row. |
NullStorage::delete |
function |
core/lib/Drupal/Core/Config/NullStorage.php |
Deletes a configuration object from the storage. |
NullStorage::deleteAll |
function |
core/lib/Drupal/Core/Config/NullStorage.php |
Deletes configuration objects whose names start with a given prefix. |
NullStorageExpirable::delete |
function |
core/lib/Drupal/Core/KeyValueStore/NullStorageExpirable.php |
Deletes an item from the key/value store. |
NullStorageExpirable::deleteAll |
function |
core/lib/Drupal/Core/KeyValueStore/NullStorageExpirable.php |
Deletes all items from the key/value store. |
NullStorageExpirable::deleteMultiple |
function |
core/lib/Drupal/Core/KeyValueStore/NullStorageExpirable.php |
Deletes multiple items from the key/value store. |
options_field_storage_config_delete |
function |
core/modules/options/options.module |
Implements hook_ENTITY_TYPE_delete() for 'field_storage_config'. |
PathAlias::postDelete |
function |
core/modules/path_alias/src/Entity/PathAlias.php |
Acts on deleted entities before the delete hook is invoked. |
PathFieldItemList::delete |
function |
core/modules/path/src/Plugin/Field/FieldType/PathFieldItemList.php |
Defines custom delete behavior for field values. |
PathLegacyRoutesKernelTest::testLegacyDeleteRoute |
function |
core/modules/path/tests/src/Kernel/PathLegacyRoutesKernelTest.php |
@expectedDeprecation The 'path.delete' route is deprecated in drupal:8.8.0 and is removed from drupal:9.0.0. Use the 'entity.path_alias.delete_form' route instead. See https://www.drupal.org/node/3013865 |
path_deprecated_test_path_delete |
function |
core/modules/system/tests/modules/path_deprecated_test/path_deprecated_test.module |
Implements hook_path_delete(). |
PhpBackend::delete |
function |
core/lib/Drupal/Core/Cache/PhpBackend.php |
Deletes an item from the cache. |
PhpBackend::deleteAll |
function |
core/lib/Drupal/Core/Cache/PhpBackend.php |
Deletes all cache items in a bin. |
PhpBackend::deleteMultiple |
function |
core/lib/Drupal/Core/Cache/PhpBackend.php |
Deletes multiple items from the cache. |
PhpStorageInterface::delete |
function |
core/lib/Drupal/Component/PhpStorage/PhpStorageInterface.php |
Deletes PHP code from storage. |
PhpStorageInterface::deleteAll |
function |
core/lib/Drupal/Component/PhpStorage/PhpStorageInterface.php |
Removes all files in this bin. |
PredefinedStatesWorkflowTestType::deleteState |
function |
core/modules/workflows/tests/modules/workflow_type_test/src/Plugin/WorkflowType/PredefinedStatesWorkflowTestType.php |
Deletes a state from the workflow. |
PrepareModulesEntityUninstallForm::deleteContentEntities |
function |
core/modules/system/src/Form/PrepareModulesEntityUninstallForm.php |
Deletes the content entities of the specified entity type. |
PrivateTempStore::delete |
function |
core/lib/Drupal/Core/TempStore/PrivateTempStore.php |
Deletes data from the store for a given key and releases the lock on it. |
PrivateTempStoreTest::testDelete |
function |
core/tests/Drupal/Tests/Core/TempStore/PrivateTempStoreTest.php |
Tests the delete() method. |
PrivateTempStoreTest::testDelete |
function |
core/modules/user/tests/src/Unit/PrivateTempStoreTest.php |
Tests the delete() method. |
PrivateTempStoreTest::testDeleteLocking |
function |
core/modules/user/tests/src/Unit/PrivateTempStoreTest.php |
Tests the locking in the delete() method. |
PrivateTempStoreTest::testDeleteLocking |
function |
core/tests/Drupal/Tests/Core/TempStore/PrivateTempStoreTest.php |
Tests the locking in the delete() method. |
PrivateTempStoreTest::testDeleteWithNoLockAvailable |
function |
core/tests/Drupal/Tests/Core/TempStore/PrivateTempStoreTest.php |
Tests the delete() method with no lock available. |
PrivateTempStoreTest::testDeleteWithNoLockAvailable |
function |
core/modules/user/tests/src/Unit/PrivateTempStoreTest.php |
Tests the delete() method with no lock available. |
ProcessorInterface::delete |
function |
core/modules/aggregator/src/Plugin/ProcessorInterface.php |
Deletes stored feed data. |
QueryFactory::deleteConfigKeyStore |
function |
core/lib/Drupal/Core/Config/Entity/Query/QueryFactory.php |
Deletes lookup data. |
QueryFactory::onConfigDelete |
function |
core/lib/Drupal/Core/Config/Entity/Query/QueryFactory.php |
Removes configuration entity from key store. |
QueueInterface::deleteItem |
function |
core/lib/Drupal/Core/Queue/QueueInterface.php |
Deletes a finished item from the queue. |
QueueInterface::deleteQueue |
function |
core/lib/Drupal/Core/Queue/QueueInterface.php |
Deletes a queue and every item in the queue. |
QuickStartTest::fileUnmanagedDeleteRecursive |
function |
core/tests/Drupal/Tests/Core/Command/QuickStartTest.php |
Deletes all files and directories in the specified path recursively. |
ReadOnlyStorage::delete |
function |
core/lib/Drupal/Core/Config/ReadOnlyStorage.php |
Deletes a configuration object from the storage. |
ReadOnlyStorage::deleteAll |
function |
core/lib/Drupal/Core/Config/ReadOnlyStorage.php |
Deletes configuration objects whose names start with a given prefix. |
RemoteFileDeleteRecursiveTest |
class |
core/tests/Drupal/KernelTests/Core/File/RemoteFileDeleteRecursiveTest.php |
Tests the unmanaged file delete recursive function. |
RemoteFileDeleteRecursiveTest.php |
file |
core/tests/Drupal/KernelTests/Core/File/RemoteFileDeleteRecursiveTest.php |
|
RemoteFileDeleteRecursiveTest::$classname |
property |
core/tests/Drupal/KernelTests/Core/File/RemoteFileDeleteRecursiveTest.php |
A fully-qualified stream wrapper class name to register for the test. |
RemoteFileDeleteRecursiveTest::$modules |
property |
core/tests/Drupal/KernelTests/Core/File/RemoteFileDeleteRecursiveTest.php |
Modules to enable. |
RemoteFileDeleteRecursiveTest::$scheme |
property |
core/tests/Drupal/KernelTests/Core/File/RemoteFileDeleteRecursiveTest.php |
A stream wrapper scheme to register for the test. |
RemoteFileDeleteRecursiveTest::setUp |
function |
core/tests/Drupal/KernelTests/Core/File/RemoteFileDeleteRecursiveTest.php |
|
RemoteFileDeleteTest |
class |
core/tests/Drupal/KernelTests/Core/File/RemoteFileDeleteTest.php |
Tests the unmanaged file delete function. |
RemoteFileDeleteTest.php |
file |
core/tests/Drupal/KernelTests/Core/File/RemoteFileDeleteTest.php |
|
RemoteFileDeleteTest::$classname |
property |
core/tests/Drupal/KernelTests/Core/File/RemoteFileDeleteTest.php |
A fully-qualified stream wrapper class name to register for the test. |
RemoteFileDeleteTest::$modules |
property |
core/tests/Drupal/KernelTests/Core/File/RemoteFileDeleteTest.php |
Modules to enable. |
RemoteFileDeleteTest::$scheme |
property |
core/tests/Drupal/KernelTests/Core/File/RemoteFileDeleteTest.php |
A stream wrapper scheme to register for the test. |