Skip to main content
Backdrop CMS API
Documentation for Backdrop CMS developers.
  • Welcome!
    • Login

You are here

  1. Home »
  2. API reference »
  3. 1.x

Search for delete

Name Type Location Description
EntityDatabaseStorageController::delete function core/modules/entity/entity.controller.inc Implements EntityStorageControllerInterface::delete().
PathPatternTestHelper::deleteAllAliases function core/modules/path/tests/path_pattern.test
FieldBulkDeleteTestCase::testPurgeField function core/modules/field/tests/field.test Verify that fields are preserved and purged correctly as multiple instances are deleted and purged.
path_bulk_update_form_bulk_delete_submit function core/modules/path/path.admin.inc Submit handler for path_admin_bulk_delete().
config_test_hooks_config_delete_validate function core/modules/config/tests/config_test_hooks/config_test_hooks.module Implements hook_config_delete_validate().
views_handler_field_node_link_delete.inc file core/modules/node/views/views_handler_field_node_link_delete.inc Definition of views_handler_field_node_link_delete.
field_test_field_storage_delete_revision function core/modules/field/tests/field_test/field_test.storage.inc Implements hook_field_storage_delete_revision().
field_test_field_storage_delete_instance function core/modules/field/tests/field_test/field_test.storage.inc Implements hook_field_storage_delete_instance().
EntityStorageControllerInterface::delete function core/modules/entity/entity.controller.inc Deletes permanently saved entities.
views_ui_edit_form_submit_delete_display function core/modules/views_ui/views_ui.admin.inc Submit handler to delete a display from a view.
views_handler_field_file_link_delete.inc file core/modules/file/views/views_handler_field_file_link_delete.inc Definition of views_handler_field_file_link_delete.
ContactSitewideTestCase::deleteCategories function core/modules/contact/tests/contact.test Deletes all categories.
CommentFieldsTest::testCommentDeletedBody function core/modules/comment/tests/comment.test Tests that the comment_body field is not required.
taxonomy_vocabulary_confirm_delete_submit function core/modules/taxonomy/taxonomy.admin.inc Submit handler to delete a vocabulary after confirmation.
FileUnmanagedDeleteRecursiveTest::$profile property core/modules/simpletest/tests/file.test The profile to install as a basis for testing.
entity_crud_hook_test_taxonomy_term_delete function core/modules/entity/tests/entity_crud_hook_test/entity_crud_hook_test.module Implements hook_taxonomy_term_delete().
EntityDatabaseStorageController::preDelete function core/modules/entity/entity.controller.inc Acts on entities before they are deleted.
FieldBulkDeleteTestCase::testPurgeInstance function core/modules/field/tests/field.test Verify that field data items and instances are purged when an instance is deleted.
views_handler_field_comment_link_delete.inc file core/modules/comment/views/views_handler_field_comment_link_delete.inc Definition of views_handler_field_comment_link_delete.
layout_flexible_template_delete_form_submit function core/modules/layout/layout.flexible.inc Submit handler that deletes a flexible template.
redirect_handler_field_redirect_link_delete class core/modules/redirect/views/redirect_handler_field_redirect_link_delete.inc
EntityDatabaseStorageController::postDelete function core/modules/entity/entity.controller.inc Acts on deleted entities before the delete hook is invoked.
field_sql_storage_field_storage_delete_field function core/modules/field/modules/field_sql_storage/field_sql_storage.module Implements hook_field_storage_delete_field().
DatabaseDeleteTruncateTestCase::testTruncate function core/modules/simpletest/tests/database_test.test Confirm that we can truncate a whole table successfully.
EntityExampleBasicController::deleteMultiple function modules/examples/entity_example/entity_example.inc Delete one or more entity_example_basic entities.
views_handler_field_file_link_delete::render function core/modules/file/views/views_handler_field_file_link_delete.inc Render the field.
FieldUIManageFieldsTestCase::testDeleteField function core/modules/field_ui/tests/field_ui.test Tests that deletion removes fields and instances as expected.
views_handler_field_node_revision_link_delete class core/modules/node/views/views_handler_field_node_revision_link_delete.inc Field handler to present link to delete a node revision.
RemoteFileUnmanagedDeleteRecursiveTest::setUp function core/modules/simpletest/tests/file.test Sets up a Backdrop site for running functional and integration tests.
FieldBulkDeleteTestCase::$entities_by_bundles property core/modules/field/tests/field.test
EntityExampleBasicControllerInterface::delete function modules/examples/entity_example/entity_example.inc Delete an entity.
entity_crud_hook_test_taxonomy_term_predelete function core/modules/entity/tests/entity_crud_hook_test/entity_crud_hook_test.module Implements hook_taxonomy_term_predelete().
views_ui_edit_form_submit_undo_delete_display function core/modules/views_ui/views_ui.admin.inc Submit handler to add a restore a removed display to a view.
FieldBulkDeleteTestCase::checkHooksInvocations function core/modules/field/tests/field.test Tests that the expected hooks have been invoked on the expected entities.
field_sql_storage_field_storage_delete_revision function core/modules/field/modules/field_sql_storage/field_sql_storage.module Implements hook_field_storage_delete_revision().
field_sql_storage_field_storage_delete_instance function core/modules/field/modules/field_sql_storage/field_sql_storage.module Implements hook_field_storage_delete_instance().
FileUnmanagedDeleteRecursiveTest::testDirectory function core/modules/simpletest/tests/file.test Try deleting a directory with some files.
views_handler_field_comment_link_delete::access function core/modules/comment/views/views_handler_field_comment_link_delete.inc Check whether current user has access to this handler.
PathPatternUnitTestCase::testPathDeleteMultiple function core/modules/path/tests/path_pattern.test Test path_delete_multiple().
redirect_handler_field_redirect_link_delete.inc file core/modules/redirect/views/redirect_handler_field_redirect_link_delete.inc Redirect field handler for edit links.
DatabaseDeleteTruncateTestCase::testSimpleDelete function core/modules/simpletest/tests/database_test.test Confirm that we can delete a single record successfully.
FileUnmanagedDeleteRecursiveTest::testSingleFile function core/modules/simpletest/tests/file.test Delete a normal file.
FieldBulkDeleteTestCase::testDeleteFieldInstance function core/modules/field/tests/field.test Verify that deleting an instance leaves the field data items in the database and that the appropriate Field API functions can operate on the deleted data and instance.
FieldBulkDeleteTestCase::convertToPartialEntities function core/modules/field/tests/field.test Converts the passed entities to partially created ones.
views_handler_field_node_link_delete::render_link function core/modules/node/views/views_handler_field_node_link_delete.inc Renders the link.
views_handler_field_node_revision_link_delete.inc file core/modules/node/views/views_handler_field_node_revision_link_delete.inc Definition of views_handler_field_node_revision_link_delete.
FieldAttachStorageTestCase::testFieldAttachDelete function core/modules/field/tests/field.test Test field_attach_delete().
views_handler_field_file_link_delete::render_link function core/modules/file/views/views_handler_field_file_link_delete.inc Renders the link.
FileUnmanagedDeleteRecursiveTest::testSubDirectory function core/modules/simpletest/tests/file.test Try deleting subdirectories with some files.
redirect_handler_field_redirect_link_delete::query function core/modules/redirect/views/redirect_handler_field_redirect_link_delete.inc Called to add the field to a query.

Pages

  • « first
  • ‹ previous
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • next ›
  • last »
  • Developer Documentation
    • Advanced Installation
    • Developing Modules
    • Developing Themes
    • Developing Layouts
    • Upgrading from Drupal 7
    • Converting Drupal code
      • Converting modules
      • Converting themes
      • Change Records
    • Working w Config Management
    • Deploying a Backdrop site
    • Coding & documentation standards
    • Writing secure code
    • Contribute to Backdrop
  • Backdrop API
    • Topics
    • Functions
    • Classes
    • Files
    • Globals
    • Form API Reference
  • Glossary

Stay connected

Sign up for our newsletter

Powered by Backdrop CMS
  • backdropcms.org
  • forum.backdropcms.org