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. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
Delete class core/modules/sqlite/src/Driver/Database/sqlite/Delete.php SQLite implementation of \Drupal\Core\Database\Query\Delete.
Delete class core/modules/mysql/src/Driver/Database/mysql/Delete.php MySQL 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/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
NodeRevisionDeleteForm.php file core/modules/node/src/Form/NodeRevisionDeleteForm.php
NodeRevisionDeleteForm::$revision property core/modules/node/src/Form/NodeRevisionDeleteForm.php The node revision.
NodeRevisionDeleteForm::buildForm function core/modules/node/src/Form/NodeRevisionDeleteForm.php Form constructor.
NodeRevisionDeleteForm::create function core/modules/node/src/Form/NodeRevisionDeleteForm.php Instantiates a new instance of this class.
NodeRevisionDeleteForm::getCancelUrl function core/modules/node/src/Form/NodeRevisionDeleteForm.php Returns the route to go to if the user cancels the action.
NodeRevisionDeleteForm::getConfirmText function core/modules/node/src/Form/NodeRevisionDeleteForm.php Returns a caption for the button that confirms the action.
NodeRevisionDeleteForm::getFormId function core/modules/node/src/Form/NodeRevisionDeleteForm.php Returns a unique string identifying the form.
NodeRevisionDeleteForm::getQuestion function core/modules/node/src/Form/NodeRevisionDeleteForm.php Returns the question to ask the user.
NodeRevisionDeleteForm::submitForm function core/modules/node/src/Form/NodeRevisionDeleteForm.php Form submission handler.
NodeRevisionDeleteForm::__construct function core/modules/node/src/Form/NodeRevisionDeleteForm.php Constructs a new NodeRevisionDeleteForm.
NodeRouteProvider::getDeleteFormRoute function core/modules/node/src/Entity/NodeRouteProvider.php Gets the delete-form route.
NodeSearchHooks::commentDelete function core/modules/node/src/Hook/NodeSearchHooks.php Implements hook_ENTITY_TYPE_delete() for comment entities.
NodeType::postDelete function core/modules/node/src/Entity/NodeType.php Acts on deleted entities before the delete hook is invoked.
NodeTypeDeleteConfirm class core/modules/node/src/Form/NodeTypeDeleteConfirm.php Provides a form for content type deletion.
NodeTypeDeleteConfirm.php file core/modules/node/src/Form/NodeTypeDeleteConfirm.php
NodeTypeDeleteConfirm::buildForm function core/modules/node/src/Form/NodeTypeDeleteConfirm.php Form constructor.
NonPublicSchemaTest::testDelete function core/modules/pgsql/tests/src/Kernel/pgsql/NonPublicSchemaTest.php Tests delete.
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.
OptionsHooks::fieldStorageConfigDelete function core/modules/options/src/Hook/OptionsHooks.php 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.
PerformanceData::$cacheDeleteCount property core/tests/Drupal/Tests/PerformanceData.php The number of cache deletes recorded.
PerformanceData::getCacheDeleteCount function core/tests/Drupal/Tests/PerformanceData.php Gets the cache delete count.
PerformanceData::getCacheDeleteCountByBin function core/tests/Drupal/Tests/PerformanceData.php Returns the cache delete operation count grouped by bin.
PerformanceData::setCacheDeleteCount function core/tests/Drupal/Tests/PerformanceData.php Sets the cache delete count.
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::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.
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.

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