Search for delete
- Search 9.5.x for delete
- Search 8.9.x for delete
- Search 10.3.x for delete
- Search 11.x for delete
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
actions_delete | function | includes/ |
Deletes a single action from the database. |
AggregatorTestCase::deleteFeed | function | modules/ |
Deletes an aggregator feed. |
block_custom_block_delete | function | modules/ |
Form constructor for the custom block deletion form. |
block_custom_block_delete_submit | function | modules/ |
Form submission handler for block_custom_block_delete(). |
block_menu_delete | function | modules/ |
Implements hook_menu_delete(). |
block_user_role_delete | function | modules/ |
Implements hook_user_role_delete(). |
BookTestCase::testBookDelete | function | modules/ |
Tests the access for deleting top-level book nodes. |
book_form_node_delete_confirm_alter | function | modules/ |
Implements hook_form_FORM_ID_alter() for node_delete_confirm(). |
book_node_delete | function | modules/ |
Implements hook_node_delete(). |
CommentHelperCase::deleteComment | function | modules/ |
Delete comment. |
comment_confirm_delete | function | modules/ |
Form builder; Builds the confirmation form for deleting a single comment. |
comment_confirm_delete_page | function | modules/ |
Page callback for comment deletions. |
comment_confirm_delete_submit | function | modules/ |
Process comment_confirm_delete form submissions. |
comment_delete | function | modules/ |
Delete a comment and all its replies. |
comment_delete_multiple | function | modules/ |
Delete comments and all their replies. |
comment_multiple_delete_confirm | function | modules/ |
List the selected comments and verify that the admin wants to delete them. |
comment_multiple_delete_confirm_submit | function | modules/ |
Process comment_multiple_delete_confirm form submissions. |
comment_node_delete | function | modules/ |
Implements hook_node_delete(). |
comment_node_type_delete | function | modules/ |
Implements hook_node_type_delete(). |
comment_user_delete | function | modules/ |
Implements hook_user_delete(). |
ContactSitewideTestCase::deleteCategories | function | modules/ |
Deletes all categories. |
contact_category_delete_form | function | modules/ |
Form constructor for the contact category deletion form. |
contact_category_delete_form_submit | function | modules/ |
Form submission handler for contact_category_delete_form(). |
DatabaseConnection::delete | function | includes/ |
Prepares and returns a DELETE query object. |
DatabaseConnection_mysql::nextIdDelete | function | includes/ |
|
DatabaseDeleteTruncateTestCase | class | modules/ |
Delete/Truncate tests. |
DatabaseDeleteTruncateTestCase::getInfo | function | modules/ |
|
DatabaseDeleteTruncateTestCase::testSimpleDelete | function | modules/ |
Confirm that we can delete a single record successfully. |
DatabaseDeleteTruncateTestCase::testSubselectDelete | function | modules/ |
Confirm that we can use a subselect in a delete successfully. |
DatabaseDeleteTruncateTestCase::testTruncate | function | modules/ |
Confirm that we can truncate a whole table successfully. |
DatabaseReservedKeywordTestCase::testDeleteReservedWordTable | function | modules/ |
|
db_delete | function | includes/ |
Returns a new DeleteQuery object for the active database. |
DeleteQuery | class | includes/ |
General class for an abstracted DELETE operation. |
DeleteQuery::$condition | property | includes/ |
The condition object for this query. |
DeleteQuery::$table | property | includes/ |
The table from which to delete. |
DeleteQuery::arguments | function | includes/ |
Implements QueryConditionInterface::arguments(). |
DeleteQuery::compile | function | includes/ |
Implements QueryConditionInterface::compile(). |
DeleteQuery::compiled | function | includes/ |
Implements QueryConditionInterface::compiled(). |
DeleteQuery::condition | function | includes/ |
Implements QueryConditionInterface::condition(). |
DeleteQuery::conditions | function | includes/ |
Implements QueryConditionInterface::conditions(). |
DeleteQuery::execute | function | includes/ |
Executes the DELETE query. |
DeleteQuery::exists | function | includes/ |
Implements QueryConditionInterface::exists(). |
DeleteQuery::isNotNull | function | includes/ |
Implements QueryConditionInterface::isNotNull(). |
DeleteQuery::isNull | function | includes/ |
Implements QueryConditionInterface::isNull(). |
DeleteQuery::notExists | function | includes/ |
Implements QueryConditionInterface::notExists(). |
DeleteQuery::where | function | includes/ |
Implements QueryConditionInterface::where(). |
DeleteQuery::__construct | function | includes/ |
Constructs a DeleteQuery object. |
DeleteQuery::__toString | function | includes/ |
Implements PHP magic __toString method to convert the query to a string. |
DeleteQuery_sqlite | class | includes/ |
SQLite specific implementation of DeleteQuery. |
DeleteQuery_sqlite::execute | function | includes/ |
Executes the DELETE query. |
Pagination
- Page 1
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.