Search for delete
- Search 7.x for delete
- Search 9.5.x for delete
- Search 8.9.x for delete
- Search 10.3.x for delete
- Other projects
Exact matches
| Title | Object type | File name | Summary |
|---|---|---|---|
| Delete | class | core/ |
SQLite implementation of \Drupal\Core\Database\Query\Delete. |
| Delete | class | core/ |
MySQL implementation of \Drupal\Core\Database\Query\Delete. |
| Delete | class | core/ |
PostgreSQL implementation of \Drupal\Core\Database\Query\Delete. |
| Delete | class | core/ |
CoreFakeWithAllCustomClasses implementation of \Drupal\Core\Database\Delete. |
| Delete | class | core/ |
General class for an abstracted DELETE operation. |
All search results
| Title | Object type | File name | Summary |
|---|---|---|---|
| DeleteMultipleFormTest::testUntranslatableEntities | function | core/ |
Tests the delete form for untranslatable entities. |
| DeleteTest | class | core/ |
Tests the file delete function. |
| DeleteTest.php | file | core/ |
|
| DeleteTest::testCronDeleteNonExistingTemporary | function | core/ |
Tries to run cron deletion on file deleted from the file-system. |
| DeleteTest::testInUse | function | core/ |
Tries deleting a file that is in use. |
| DeleteTest::testUnused | function | core/ |
Tries deleting a normal file (as opposed to a directory, symlink, etc). |
| DeleteTruncateTest | class | core/ |
Tests delete and truncate queries. |
| DeleteTruncateTest.php | file | core/ |
|
| DeleteTruncateTest::testDeleteFromNonExistingTable | function | core/ |
Deleting from a not existing table throws a DatabaseExceptionWrapper. |
| DeleteTruncateTest::testSimpleDelete | function | core/ |
Confirms that we can delete a single record successfully. |
| DeleteTruncateTest::testSpecialColumnDelete | function | core/ |
Confirms that we can delete a single special column name record successfully. |
| DeleteTruncateTest::testSubselectDelete | function | core/ |
Confirms that we can use a subselect in a delete successfully. |
| DeleteTruncateTest::testTruncate | function | core/ |
Confirms that we can truncate a whole table successfully. |
| DeleteTruncateTest::testTruncateInTransaction | function | core/ |
Confirms that we can truncate a whole table while in transaction. |
| DeleteTruncateTest::testTruncateNonExistingTable | function | core/ |
Truncating a not existing table throws a DatabaseExceptionWrapper. |
| DeleteTruncateTest::testTruncateTransactionRollback | function | core/ |
Confirms that transaction rollback voids a truncate operation. |
| DiffFormatter::deletedLine | function | core/ |
Creates a deleted line. |
| DiffFormatter::_deleted | function | core/ |
|
| DiffFormatter::_deleted | function | core/ |
|
| DiffOpDelete | class | core/ |
@todo document @private @subpackage DifferenceEngine |
| DiffOpDelete.php | file | core/ |
|
| DiffOpDelete::$type | property | core/ |
|
| DiffOpDelete::__construct | function | core/ |
|
| DisplayBlockTest::testDeleteBlockDisplay | function | core/ |
Tests removing a block display. |
| DisplayPathTest::testDeleteWithNoPath | function | core/ |
Tests deleting a page display that has no path. |
| EditorHooks::entityDelete | function | core/ |
Implements hook_entity_delete(). |
| EditorHooks::entityRevisionDelete | function | core/ |
Implements hook_entity_revision_delete(). |
| EntityBase::delete | function | core/ |
Deletes an entity permanently. |
| EntityBase::invalidateTagsOnDelete | function | core/ |
Invalidates an entity's cache tags upon delete. |
| EntityBase::postDelete | function | core/ |
Acts on deleted entities before the delete hook is invoked. |
| EntityBase::preDelete | function | core/ |
Acts on entities before they are deleted and before hooks are invoked. |
| EntityBundleListener::onBundleDelete | function | core/ |
Reacts to a bundle being deleted. |
| EntityBundleListenerInterface::onBundleDelete | function | core/ |
Reacts to a bundle being deleted. |
| EntityConfirmFormBase::delete | function | core/ |
The delete() method is not used in EntityConfirmFormBase. This overrides the default implementation that redirects to the delete-form confirmation form. |
| EntityController::deleteTitle | function | core/ |
Provides a generic delete title callback. |
| EntityCrudHookTest::blockDelete | function | core/ |
Implements hook_ENTITY_TYPE_delete() for block entities. |
| EntityCrudHookTest::blockPredelete | function | core/ |
Implements hook_ENTITY_TYPE_predelete() for block entities. |
| EntityCrudHookTest::commentDelete | function | core/ |
Implements hook_ENTITY_TYPE_delete() for comment entities. |
| EntityCrudHookTest::commentPredelete | function | core/ |
Implements hook_ENTITY_TYPE_predelete() for comment entities. |
| EntityCrudHookTest::entityDelete | function | core/ |
Implements hook_entity_delete(). |
| EntityCrudHookTest::entityPredelete | function | core/ |
Implements hook_entity_predelete(). |
| EntityCrudHookTest::fileDelete | function | core/ |
Implements hook_ENTITY_TYPE_delete() for file entities. |
| EntityCrudHookTest::filePredelete | function | core/ |
Implements hook_ENTITY_TYPE_predelete() for file entities. |
| EntityCrudHookTest::nodeDelete | function | core/ |
Implements hook_ENTITY_TYPE_delete() for node entities. |
| EntityCrudHookTest::nodePredelete | function | core/ |
Implements hook_ENTITY_TYPE_predelete() for node entities. |
| EntityCrudHookTest::taxonomyTermDelete | function | core/ |
Implements hook_ENTITY_TYPE_delete() for taxonomy_term entities. |
| EntityCrudHookTest::taxonomyTermPredelete | function | core/ |
Implements hook_ENTITY_TYPE_predelete() for taxonomy_term entities. |
| EntityCrudHookTest::taxonomyVocabularyDelete | function | core/ |
Implements hook_ENTITY_TYPE_delete() for taxonomy_vocabulary entities. |
| EntityCrudHookTest::taxonomyVocabularyPredelete | function | core/ |
Implements hook_ENTITY_TYPE_predelete() for taxonomy_vocabulary entities. |
| EntityCrudHookTest::userDelete | function | core/ |
Implements hook_ENTITY_TYPE_delete() for user entities. |
Pagination
- Previous page
- Page 8
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.