Search for Delete

  1. Search 7.x for Delete
  2. Search 9.5.x for Delete
  3. Search 8.9.x for Delete
  4. Search 10.3.x for Delete
  5. Search 11.x for Delete
  6. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
Delete class core/modules/pgsql/src/Driver/Database/pgsql/Delete.php PostgreSQL implementation of \Drupal\Core\Database\Query\Delete.
Delete class core/tests/fixtures/database_drivers/module/core_fake/src/Driver/Database/CoreFakeWithAllCustomClasses/Delete.php CoreFakeWithAllCustomClasses implementation of \Drupal\Core\Database\Delete.
Delete class core/lib/Drupal/Core/Database/Query/Delete.php General class for an abstracted DELETE operation.

All search results

Title Object type File name Summary
FileDeleteRecursiveTest::testEmptyDirectory function core/tests/Drupal/KernelTests/Core/File/FileDeleteRecursiveTest.php Try deleting an empty directory.
FileDeleteRecursiveTest::testSingleFile function core/tests/Drupal/KernelTests/Core/File/FileDeleteRecursiveTest.php Delete a normal file.
FileDeleteRecursiveTest::testSubDirectory function core/tests/Drupal/KernelTests/Core/File/FileDeleteRecursiveTest.php Try deleting subdirectories with some files.
FileDeleteRecursiveTest::testSymlinksInDirectory function core/tests/Drupal/KernelTests/Core/File/FileDeleteRecursiveTest.php Tests symlinks in directories do not result in unexpected deletions.
FileDeleteRecursiveTest::testSymlinksInDirectoryViaStreamWrappers function core/tests/Drupal/KernelTests/Core/File/FileDeleteRecursiveTest.php Tests symlinks in directories do not result in unexpected deletions.
FileDeleteRecursiveTest::testSymlinksToDirectory function core/tests/Drupal/KernelTests/Core/File/FileDeleteRecursiveTest.php Tests symlinks to directories do not result in unexpected deletions.
FileDeleteRecursiveTest::testSymlinksToDirectoryViaStreamWrapper function core/tests/Drupal/KernelTests/Core/File/FileDeleteRecursiveTest.php Tests trying to delete symlinks to directories via stream wrappers.
FileDeleteTest class core/tests/Drupal/KernelTests/Core/File/FileDeleteTest.php Tests the unmanaged file delete function.
FileDeleteTest.php file core/tests/Drupal/KernelTests/Core/File/FileDeleteTest.php
FileDeleteTest::testDirectory function core/tests/Drupal/KernelTests/Core/File/FileDeleteTest.php Try deleting a directory.
FileDeleteTest::testMissing function core/tests/Drupal/KernelTests/Core/File/FileDeleteTest.php Try deleting a missing file.
FileDeleteTest::testNormal function core/tests/Drupal/KernelTests/Core/File/FileDeleteTest.php Delete a normal file.
FileDeleteTest::testSymlinkDirectory function core/tests/Drupal/KernelTests/Core/File/FileDeleteTest.php Tests deleting a symlink to a directory.
FileDeleteTest::testSymlinkDirectoryStreamWrappers function core/tests/Drupal/KernelTests/Core/File/FileDeleteTest.php Tests deleting using a symlinked directory using stream wrappers.
FileFieldItemList::delete function core/modules/file/src/Plugin/Field/FieldType/FileFieldItemList.php Defines custom delete behavior for field values.
FileFieldItemList::deleteRevision function core/modules/file/src/Plugin/Field/FieldType/FileFieldItemList.php Defines custom revision delete behavior for field values.
FileHooks::filePredelete function core/modules/file/src/Hook/FileHooks.php Implements hook_ENTITY_TYPE_predelete() for file entities.
FileIncludeGadgetChainTest::testFileDeleteGadgetChain function core/tests/Drupal/KernelTests/Core/Extension/FileIncludeGadgetChainTest.php Tests unserializing a Drupal/FI1 payload.
FileReadOnlyStorage::delete function core/lib/Drupal/Component/PhpStorage/FileReadOnlyStorage.php
FileReadOnlyStorage::deleteAll function core/lib/Drupal/Component/PhpStorage/FileReadOnlyStorage.php
FileStorage::delete function core/lib/Drupal/Component/PhpStorage/FileStorage.php
FileStorage::delete function core/lib/Drupal/Core/Config/FileStorage.php
FileStorage::deleteAll function core/lib/Drupal/Core/Config/FileStorage.php
FileStorage::deleteAll function core/lib/Drupal/Component/PhpStorage/FileStorage.php
FileStorageReadOnlyTest::testDeleteAll function core/tests/Drupal/Tests/Component/PhpStorage/FileStorageReadOnlyTest.php Tests delete all.
FileStorageTest::delete function core/tests/Drupal/KernelTests/Core/Config/Storage/FileStorageTest.php
FileStorageTest::testDeleteAll function core/tests/Drupal/Tests/Component/PhpStorage/FileStorageTest.php Tests delete all.
FileSystem::delete function core/lib/Drupal/Core/File/FileSystem.php
FileSystem::deleteRecursive function core/lib/Drupal/Core/File/FileSystem.php
FileSystemInterface::delete function core/lib/Drupal/Core/File/FileSystemInterface.php Deletes a file without database changes or hook invocations.
FileSystemInterface::deleteRecursive function core/lib/Drupal/Core/File/FileSystemInterface.php Deletes all files and directories in the specified filepath recursively.
FileTestHooks::filePredelete function core/modules/file/tests/file_test/src/Hook/FileTestHooks.php Implements hook_ENTITY_TYPE_predelete() for file entities.
FileUsageBase::delete function core/modules/file/src/FileUsage/FileUsageBase.php Removes a record to indicate that a module is no longer using a file.
FileUsageInterface::delete function core/modules/file/src/FileUsage/FileUsageInterface.php Removes a record to indicate that a module is no longer using a file.
FormBuilder::deleteCache function core/lib/Drupal/Core/Form/FormBuilder.php
FormCache::deleteCache function core/lib/Drupal/Core/Form/FormCache.php
FormCacheInterface::deleteCache function core/lib/Drupal/Core/Form/FormCacheInterface.php Deletes a form in the cache.
FormCacheTest::testDeleteCache function core/tests/Drupal/Tests/Core/Form/FormCacheTest.php Tests delete cache.
GenerateThemeTest::deleteGeneratedTheme function core/tests/Drupal/BuildTests/Command/GenerateThemeTest.php Delete the generated theme.
GenerateThemeTest::fileUnmanagedDeleteRecursive function core/tests/Drupal/BuildTests/Command/GenerateThemeTest.php Deletes all files and directories in the specified path recursively.
GenerateThemeTest::testDeleteDirectory function core/tests/Drupal/BuildTests/Command/GenerateThemeTest.php
GenericCacheBackendUnitTestBase::testDelete function core/tests/Drupal/KernelTests/Core/Cache/GenericCacheBackendUnitTestBase.php Tests Drupal\Core\Cache\CacheBackendInterface::delete().
GenericCacheBackendUnitTestBase::testDeleteAll function core/tests/Drupal/KernelTests/Core/Cache/GenericCacheBackendUnitTestBase.php Tests Drupal\Core\Cache\CacheBackendInterface::deleteAll().
GenericCacheBackendUnitTestBase::testDeleteMultiple function core/tests/Drupal/KernelTests/Core/Cache/GenericCacheBackendUnitTestBase.php Tests delete multiple.
hook_entity_bundle_delete function core/lib/Drupal/Core/Entity/entity.api.php Act on entity_bundle_delete().
hook_entity_delete function core/lib/Drupal/Core/Entity/entity.api.php Respond to entity deletion.
hook_entity_predelete function core/lib/Drupal/Core/Entity/entity.api.php Act before entity deletion.
hook_entity_revision_delete function core/lib/Drupal/Core/Entity/entity.api.php Respond to entity revision deletion.
hook_entity_translation_delete function core/lib/Drupal/Core/Entity/entity.api.php Respond to entity translation deletion.
hook_ENTITY_TYPE_delete function core/lib/Drupal/Core/Entity/entity.api.php Respond to entity deletion of a particular type.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.