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
SharedTempStoreTest::testDeleteWithNoLockAvailable function core/tests/Drupal/Tests/Core/TempStore/SharedTempStoreTest.php Tests the delete() method with no lock available.
ShortcutController::deleteShortcutLinkInline function core/modules/shortcut/src/Controller/ShortcutController.php Deletes the selected shortcut.
ShortcutDeleteForm class core/modules/shortcut/src/Form/ShortcutDeleteForm.php Builds the shortcut link deletion form.
ShortcutDeleteForm.php file core/modules/shortcut/src/Form/ShortcutDeleteForm.php
ShortcutDeleteForm::getCancelUrl function core/modules/shortcut/src/Form/ShortcutDeleteForm.php Returns the route to go to if the user cancels the action.
ShortcutDeleteForm::getFormId function core/modules/shortcut/src/Form/ShortcutDeleteForm.php Returns a unique string identifying the form.
ShortcutDeleteForm::getRedirectUrl function core/modules/shortcut/src/Form/ShortcutDeleteForm.php Returns the URL where the user should be redirected after deletion.
ShortcutHooks::userDelete function core/modules/shortcut/src/Hook/ShortcutHooks.php Implements hook_ENTITY_TYPE_delete().
ShortcutLinksTest::testShortcutLinkDelete function core/modules/shortcut/tests/src/Functional/ShortcutLinksTest.php Tests deleting a shortcut link.
ShortcutSet::preDelete function core/modules/shortcut/src/Entity/ShortcutSet.php Acts on entities before they are deleted and before hooks are invoked.
ShortcutSetDeleteForm class core/modules/shortcut/src/Form/ShortcutSetDeleteForm.php Builds the shortcut set deletion form.
ShortcutSetDeleteForm.php file core/modules/shortcut/src/Form/ShortcutSetDeleteForm.php
ShortcutSetDeleteForm::$database property core/modules/shortcut/src/Form/ShortcutSetDeleteForm.php The database connection.
ShortcutSetDeleteForm::$storage property core/modules/shortcut/src/Form/ShortcutSetDeleteForm.php The shortcut storage.
ShortcutSetDeleteForm::buildForm function core/modules/shortcut/src/Form/ShortcutSetDeleteForm.php Form constructor.
ShortcutSetDeleteForm::create function core/modules/shortcut/src/Form/ShortcutSetDeleteForm.php Instantiates a new instance of this class.
ShortcutSetDeleteForm::__construct function core/modules/shortcut/src/Form/ShortcutSetDeleteForm.php Constructs a ShortcutSetDeleteForm object.
ShortcutSetsTest::testShortcutSetDelete function core/modules/shortcut/tests/src/Functional/ShortcutSetsTest.php Tests deleting a shortcut set.
ShortcutSetsTest::testShortcutSetDeleteDefault function core/modules/shortcut/tests/src/Functional/ShortcutSetsTest.php Tests deleting the default shortcut set.
ShortcutSetStorage::deleteAssignedShortcutSets function core/modules/shortcut/src/ShortcutSetStorage.php Delete shortcut sets assigned to users.
ShortcutSetStorageInterface::deleteAssignedShortcutSets function core/modules/shortcut/src/ShortcutSetStorageInterface.php Delete shortcut sets assigned to users.
Sql::delete function core/modules/migrate/src/Plugin/migrate/id_map/Sql.php Deletes the map and message entries for a given source record.
Sql::deleteDestination function core/modules/migrate/src/Plugin/migrate/id_map/Sql.php Deletes the map and message table entries for a given destination row.
SqlContentEntityStorage::delete function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php Deletes permanently saved entities.
SqlContentEntityStorage::deleteFromDedicatedTables function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php Deletes values of fields in dedicated tables for all revisions.
SqlContentEntityStorage::deleteRevisionFromDedicatedTables function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php Deletes values of fields in dedicated tables for all revisions.
SqlContentEntityStorage::doDeleteFieldItems function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php Deletes entity field values from the storage.
SqlContentEntityStorage::doDeleteRevisionFieldItems function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php Deletes field values of an entity revision from the storage.
SqlContentEntityStorage::onBundleDelete function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php Reacts to a bundle being deleted.
SqlContentEntityStorage::onEntityTypeDelete function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php Reacts to the deletion of the entity type.
SqlContentEntityStorage::onFieldDefinitionDelete function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php
SqlContentEntityStorage::onFieldStorageDefinitionDelete function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php Reacts to the deletion of a field storage definition.
SqlContentEntityStorageSchema::$deletedFieldsRepository property core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php The deleted fields repository.
SqlContentEntityStorageSchema::deleteDedicatedTableSchema function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php Deletes the schema for a field stored in a dedicated table.
SqlContentEntityStorageSchema::deletedFieldsRepository function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php Gets the deleted fields repository.
SqlContentEntityStorageSchema::deleteEntitySchemaData function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php Deletes schema data for the given entity type definition.
SqlContentEntityStorageSchema::deleteEntitySchemaIndexes function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php Deletes the specified entity schema indexes and keys.
SqlContentEntityStorageSchema::deleteFieldSchemaData function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php Deletes schema data for the given field storage definition.
SqlContentEntityStorageSchema::deleteSharedTableSchema function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php Deletes the schema for a field stored in a shared table.
SqlContentEntityStorageSchema::onEntityTypeDelete function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php Reacts to the deletion of the entity type.
SqlContentEntityStorageSchema::onFieldStorageDefinitionDelete function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php Reacts to the deletion of a field storage definition.
StageBaseTest::testStageDirectoryDeletedDuringCron function core/modules/package_manager/tests/src/Kernel/StageBaseTest.php Tests that destroyed stage directories are actually deleted during cron.
State::delete function core/lib/Drupal/Core/State/State.php Deletes the element.
State::deleteMultiple function core/lib/Drupal/Core/State/State.php Deletes multiple items.
StateInterface::delete function core/lib/Drupal/Core/State/StateInterface.php Deletes an item.
StateInterface::deleteMultiple function core/lib/Drupal/Core/State/StateInterface.php Deletes multiple items.
StateTest::testDelete function core/tests/Drupal/Tests/Core/State/StateTest.php Tests both delete() & deleteMultiple() method.
StateTest::testDeleteAfterGet function core/tests/Drupal/Tests/Core/State/StateTest.php Tests both get() & delete() method.
StateTest::testDeleteMultiple function core/tests/Drupal/Tests/Core/State/StateTest.php Tests both deleteMultiple() method.
StaticDiscovery::deleteDefinition function core/lib/Drupal/Component/Plugin/Discovery/StaticDiscovery.php Deletes a plugin definition.

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