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. Search 11.x for delete
  6. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
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
NegotiationBrowserDeleteForm::getCancelUrl function core/modules/language/src/Form/NegotiationBrowserDeleteForm.php Returns the route to go to if the user cancels the action.
NegotiationBrowserDeleteForm::getEditableConfigNames function core/modules/language/src/Form/NegotiationBrowserDeleteForm.php Gets the configuration names that will be editable.
NegotiationBrowserDeleteForm::getFormId function core/modules/language/src/Form/NegotiationBrowserDeleteForm.php Returns a unique string identifying the form.
NegotiationBrowserDeleteForm::getQuestion function core/modules/language/src/Form/NegotiationBrowserDeleteForm.php Returns the question to ask the user.
NegotiationBrowserDeleteForm::submitForm function core/modules/language/src/Form/NegotiationBrowserDeleteForm.php Form submission handler.
Node::postDelete function core/modules/node/src/Entity/Node.php Acts on deleted entities before the delete hook is invoked.
Node::preDelete function core/modules/node/src/Entity/Node.php Acts on entities before they are deleted and before hooks are invoked.
NodeAccessControlHandler::deleteGrants function core/modules/node/src/NodeAccessControlHandler.php Deletes all node access entries.
NodeAccessControlHandlerInterface::deleteGrants function core/modules/node/src/NodeAccessControlHandlerInterface.php Deletes all node access entries.
NodeDeleteConfirmTest class core/modules/node/tests/src/FunctionalJavascript/NodeDeleteConfirmTest.php Tests JavaScript functionality specific to delete operations.
NodeDeleteConfirmTest.php file core/modules/node/tests/src/FunctionalJavascript/NodeDeleteConfirmTest.php
NodeDeleteConfirmTest::$defaultTheme property core/modules/node/tests/src/FunctionalJavascript/NodeDeleteConfirmTest.php The theme to install as the default for testing.
NodeDeleteConfirmTest::$modules property core/modules/node/tests/src/FunctionalJavascript/NodeDeleteConfirmTest.php Modules to install.
NodeDeleteConfirmTest::setUp function core/modules/node/tests/src/FunctionalJavascript/NodeDeleteConfirmTest.php
NodeDeleteConfirmTest::testNodeDelete function core/modules/node/tests/src/FunctionalJavascript/NodeDeleteConfirmTest.php Tests that the node delete operation opens in a modal.
NodeDeleteConfirmTest::testNodeTypeDelete function core/modules/node/tests/src/FunctionalJavascript/NodeDeleteConfirmTest.php Tests that the node type delete operation opens in a modal.
NodeDeleteForm class core/modules/node/src/Form/NodeDeleteForm.php Provides a form for deleting a node.
NodeDeleteForm.php file core/modules/node/src/Form/NodeDeleteForm.php
NodeDeleteForm::getDeletionMessage function core/modules/node/src/Form/NodeDeleteForm.php
NodeDeleteForm::logDeletionMessage function core/modules/node/src/Form/NodeDeleteForm.php
NodeEntityHooks::configurableLanguageDelete function core/modules/node/src/Hook/NodeEntityHooks.php Implements hook_ENTITY_TYPE_delete() for 'configurable_language'.
NodeEntityHooks::userPredelete function core/modules/node/src/Hook/NodeEntityHooks.php Implements hook_ENTITY_TYPE_predelete() for user entities.
NodeGrantDatabaseStorage::delete function core/modules/node/src/NodeGrantDatabaseStorage.php Deletes all node access entries.
NodeGrantDatabaseStorage::deleteNodeRecords function core/modules/node/src/NodeGrantDatabaseStorage.php Remove the access records belonging to certain nodes.
NodeGrantDatabaseStorageInterface::delete function core/modules/node/src/NodeGrantDatabaseStorageInterface.php Deletes all node access entries.
NodeGrantDatabaseStorageInterface::deleteNodeRecords function core/modules/node/src/NodeGrantDatabaseStorageInterface.php Remove the access records belonging to certain nodes.
NodeRevisionDeleteForm class core/modules/node/src/Form/NodeRevisionDeleteForm.php Provides a form for deleting a node revision.
NodeRevisionDeleteForm.php file core/modules/node/src/Form/NodeRevisionDeleteForm.php
NodeRevisionDeleteForm::$revision property core/modules/node/src/Form/NodeRevisionDeleteForm.php The node revision.
NodeRevisionDeleteForm::buildForm function core/modules/node/src/Form/NodeRevisionDeleteForm.php Form constructor.
NodeRevisionDeleteForm::create function core/modules/node/src/Form/NodeRevisionDeleteForm.php Instantiates a new instance of the implementing class using autowiring.
NodeRevisionDeleteForm::getCancelUrl function core/modules/node/src/Form/NodeRevisionDeleteForm.php Returns the route to go to if the user cancels the action.
NodeRevisionDeleteForm::getConfirmText function core/modules/node/src/Form/NodeRevisionDeleteForm.php Returns a caption for the button that confirms the action.
NodeRevisionDeleteForm::getFormId function core/modules/node/src/Form/NodeRevisionDeleteForm.php Returns a unique string identifying the form.
NodeRevisionDeleteForm::getQuestion function core/modules/node/src/Form/NodeRevisionDeleteForm.php Returns the question to ask the user.
NodeRevisionDeleteForm::submitForm function core/modules/node/src/Form/NodeRevisionDeleteForm.php Form submission handler.
NodeRevisionDeleteForm::__construct function core/modules/node/src/Form/NodeRevisionDeleteForm.php Constructs a new NodeRevisionDeleteForm.
NodeRouteProvider::getDeleteFormRoute function core/modules/node/src/Entity/NodeRouteProvider.php Gets the delete-form route.
NodeSearchHooks::commentDelete function core/modules/node/src/Hook/NodeSearchHooks.php Implements hook_ENTITY_TYPE_delete() for comment entities.
NodeType::postDelete function core/modules/node/src/Entity/NodeType.php Acts on deleted entities before the delete hook is invoked.
NodeTypeDeleteConfirm class core/modules/node/src/Form/NodeTypeDeleteConfirm.php Provides a form for content type deletion.
NodeTypeDeleteConfirm.php file core/modules/node/src/Form/NodeTypeDeleteConfirm.php
NodeTypeDeleteConfirm::buildForm function core/modules/node/src/Form/NodeTypeDeleteConfirm.php Form constructor.
NonPublicSchemaTest::testDelete function core/modules/pgsql/tests/src/Kernel/pgsql/NonPublicSchemaTest.php Tests delete.
NullBackend::delete function core/lib/Drupal/Core/Cache/NullBackend.php Deletes an item from the cache.
NullBackend::deleteAll function core/lib/Drupal/Core/Cache/NullBackend.php Deletes all cache items in a bin.
NullBackend::deleteMultiple function core/lib/Drupal/Core/Cache/NullBackend.php Deletes multiple items from the cache.
NullFileCache::delete function core/lib/Drupal/Component/FileCache/NullFileCache.php Deletes data from the cache.
NullIdMap::delete function core/modules/migrate/src/Plugin/migrate/id_map/NullIdMap.php Deletes the map and message entries for a given source record.
NullIdMap::deleteDestination function core/modules/migrate/src/Plugin/migrate/id_map/NullIdMap.php Deletes the map and message table entries for a given destination row.

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