Search for delete
- Search 7.x for delete
- Search 8.9.x for delete
- Search 10.3.x for delete
- Search 11.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/ |
MySQL test implementation of \Drupal\Core\Database\Query\Delete. |
Delete | class | core/ |
MySQL test implementation of \Drupal\Core\Database\Query\Delete. |
Delete | class | core/ |
PostgreSQL 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/ |
PostgreSQL implementation of \Drupal\Core\Database\Query\Delete. |
Delete | class | core/ |
General class for an abstracted DELETE operation. |
All search results
Title | Object type | File name | Summary |
---|---|---|---|
DeleteMultipleForm.php | file | core/ |
|
DeleteMultipleForm::$currentUser | property | core/ |
The current user. |
DeleteMultipleForm::$entityType | property | core/ |
The entity type definition. |
DeleteMultipleForm::$entityTypeId | property | core/ |
The entity type ID. |
DeleteMultipleForm::$entityTypeManager | property | core/ |
The entity type manager. |
DeleteMultipleForm::$messenger | property | core/ |
The messenger service. |
DeleteMultipleForm::$selection | property | core/ |
The selection, in the entity_id => langcodes format. |
DeleteMultipleForm::$tempStore | property | core/ |
The tempstore. |
DeleteMultipleForm::buildForm | function | core/ |
Form constructor. |
DeleteMultipleForm::create | function | core/ |
Instantiates a new instance of this class. |
DeleteMultipleForm::getBaseFormId | function | core/ |
Returns a string identifying the base form. |
DeleteMultipleForm::getCancelUrl | function | core/ |
Returns the route to go to if the user cancels the action. |
DeleteMultipleForm::getConfirmText | function | core/ |
Returns a caption for the button that confirms the action. |
DeleteMultipleForm::getDeletedMessage | function | core/ |
Returns the message to show the user after an item was deleted. |
DeleteMultipleForm::getFormId | function | core/ |
Returns a unique string identifying the form. |
DeleteMultipleForm::getInaccessibleMessage | function | core/ |
Returns the message to show the user when an item has not been deleted. |
DeleteMultipleForm::getQuestion | function | core/ |
Returns the question to ask the user. |
DeleteMultipleForm::submitForm | function | core/ |
Form submission handler. |
DeleteMultipleForm::__construct | function | core/ |
Constructs a new DeleteMultiple object. |
DeleteMultipleFormTest | class | core/ |
Tests the delete multiple confirmation form. |
DeleteMultipleFormTest.php | file | core/ |
|
DeleteMultipleFormTest::$account | property | core/ |
The current user. |
DeleteMultipleFormTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
DeleteMultipleFormTest::$modules | property | core/ |
Modules to enable. |
DeleteMultipleFormTest::setUp | function | core/ |
|
DeleteMultipleFormTest::testTranslatableEntities | function | core/ |
Tests the delete form for translatable entities. |
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::reverse | function | core/ |
|
DiffOpDelete::__construct | function | core/ |
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.