Search for delete

  1. Search 7.x for delete
  2. Search 8.9.x for delete
  3. Search 10.3.x for delete
  4. Search 11.x for delete
  5. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
Delete class core/modules/system/tests/modules/driver_test/src/Driver/Database/DrivertestMysql/Delete.php MySQL test implementation of \Drupal\Core\Database\Query\Delete.
Delete class core/modules/system/tests/modules/driver_test/src/Driver/Database/DrivertestMysqlDeprecatedVersion/Delete.php MySQL test implementation of \Drupal\Core\Database\Query\Delete.
Delete class core/modules/system/tests/modules/driver_test/src/Driver/Database/DrivertestPgsql/Delete.php PostgreSQL implementation of \Drupal\Core\Database\Query\Delete.
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/corefake/src/Driver/Database/corefakeWithAllCustomClasses/Delete.php CorefakeWithAllCustomClasses implementation of \Drupal\Core\Database\Delete.
Delete class core/lib/Drupal/Core/Database/Driver/pgsql/Delete.php PostgreSQL implementation of \Drupal\Core\Database\Query\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
FieldItemBase::deleteRevision function core/lib/Drupal/Core/Field/FieldItemBase.php Defines custom revision delete behavior for field values.
FieldItemInterface::delete function core/lib/Drupal/Core/Field/FieldItemInterface.php Defines custom delete behavior for field values.
FieldItemInterface::deleteRevision function core/lib/Drupal/Core/Field/FieldItemInterface.php Defines custom revision delete behavior for field values.
FieldItemList::delete function core/lib/Drupal/Core/Field/FieldItemList.php Defines custom delete behavior for field values.
FieldItemList::deleteRevision function core/lib/Drupal/Core/Field/FieldItemList.php Defines custom revision delete behavior for field values.
FieldItemListInterface::delete function core/lib/Drupal/Core/Field/FieldItemListInterface.php Defines custom delete behavior for field values.
FieldItemListInterface::deleteRevision function core/lib/Drupal/Core/Field/FieldItemListInterface.php Defines custom revision delete behavior for field values.
FieldStorageDefinitionEvents::DELETE constant core/lib/Drupal/Core/Field/FieldStorageDefinitionEvents.php Name of the event triggered for field storage definition deletion.
FieldStorageDefinitionEventSubscriberTrait::onFieldStorageDefinitionDelete function core/lib/Drupal/Core/Field/FieldStorageDefinitionEventSubscriberTrait.php
FieldStorageDefinitionInterface::isDeleted function core/lib/Drupal/Core/Field/FieldStorageDefinitionInterface.php Returns whether the field is deleted or not.
FieldStorageDefinitionListener::$deletedFieldsRepository property core/lib/Drupal/Core/Field/FieldStorageDefinitionListener.php The deleted fields repository.
FieldStorageDefinitionListener::onFieldStorageDefinitionDelete function core/lib/Drupal/Core/Field/FieldStorageDefinitionListener.php Reacts to the deletion of a field storage definition.
FieldStorageDefinitionListenerInterface::onFieldStorageDefinitionDelete function core/lib/Drupal/Core/Field/FieldStorageDefinitionListenerInterface.php Reacts to the deletion of a field storage definition.
FileCache::delete function core/lib/Drupal/Component/FileCache/FileCache.php Deletes data from the cache.
FileCacheBackendInterface::delete function core/lib/Drupal/Component/FileCache/FileCacheBackendInterface.php Deletes data from a cache backend.
FileCacheInterface::delete function core/lib/Drupal/Component/FileCache/FileCacheInterface.php Deletes data from the cache.
FileCacheTest::testDelete function core/tests/Drupal/Tests/Component/FileCache/FileCacheTest.php @covers ::delete[[api-linebreak]]
FileDeleteRecursiveTest class core/tests/Drupal/KernelTests/Core/File/FileDeleteRecursiveTest.php Tests the unmanaged file delete recursive function.
FileDeleteRecursiveTest.php file core/tests/Drupal/KernelTests/Core/File/FileDeleteRecursiveTest.php
FileDeleteRecursiveTest::testDirectory function core/tests/Drupal/KernelTests/Core/File/FileDeleteRecursiveTest.php Try deleting a directory with some files.
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.
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.
FileReadOnlyStorage::delete function core/lib/Drupal/Component/PhpStorage/FileReadOnlyStorage.php Deletes PHP code from storage.
FileReadOnlyStorage::deleteAll function core/lib/Drupal/Component/PhpStorage/FileReadOnlyStorage.php Removes all files in this bin.
FileStorage::delete function core/lib/Drupal/Component/PhpStorage/FileStorage.php Deletes PHP code from storage.
FileStorage::delete function core/lib/Drupal/Core/Config/FileStorage.php Deletes a configuration object from the storage.
FileStorage::deleteAll function core/lib/Drupal/Core/Config/FileStorage.php Deletes configuration objects whose names start with a given prefix.
FileStorage::deleteAll function core/lib/Drupal/Component/PhpStorage/FileStorage.php Removes all files in this bin.
FileStorageReadOnlyTest::testDeleteAll function core/tests/Drupal/Tests/Component/PhpStorage/FileStorageReadOnlyTest.php @covers ::deleteAll[[api-linebreak]]
FileStorageTest::delete function core/tests/Drupal/KernelTests/Core/Config/Storage/FileStorageTest.php
FileStorageTest::testDeleteAll function core/tests/Drupal/Tests/Component/PhpStorage/FileStorageTest.php @covers ::deleteAll[[api-linebreak]]
FileSystem::delete function core/lib/Drupal/Core/File/FileSystem.php Deletes a file without database changes or hook invocations.
FileSystem::deleteRecursive function core/lib/Drupal/Core/File/FileSystem.php Deletes all files and directories in the specified filepath recursively.
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.
file_test_file_predelete function core/modules/file/tests/file_test/file_test.module Implements hook_ENTITY_TYPE_predelete() for file entities.
FormBuilder::deleteCache function core/lib/Drupal/Core/Form/FormBuilder.php Deletes a form in the cache.
FormCache::deleteCache function core/lib/Drupal/Core/Form/FormCache.php Deletes a form in the cache.
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 @covers ::deleteCache[[api-linebreak]]
ForumIndexStorage::delete function core/modules/forum/src/ForumIndexStorage.php Deletes the records in {forum} table for the given node.
ForumIndexStorage::deleteIndex function core/modules/forum/src/ForumIndexStorage.php Deletes the {forum_index} records for a given node.
ForumIndexStorage::deleteRevision function core/modules/forum/src/ForumIndexStorage.php Deletes the records in {forum} table for a given node revision.
ForumIndexStorageInterface::delete function core/modules/forum/src/ForumIndexStorageInterface.php Deletes the records in {forum} table for the given node.

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