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 11.x for Delete
  5. Search main 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/sqlite/src/Driver/Database/sqlite/Delete.php SQLite implementation of \Drupal\Core\Database\Query\Delete.
Delete class core/modules/mysql/src/Driver/Database/mysql/Delete.php MySQL implementation of \Drupal\Core\Database\Query\Delete.
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/Driver/pgsql/Delete.php PostgreSQL implementation of \Drupal\Core\Database\Query\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
MigrateEvents::PRE_ROW_DELETE constant core/modules/migrate/src/Event/MigrateEvents.php Name of the event fired when about to delete a single item.
MigrateEventsTest::mapDeleteEventRecorder function core/modules/migrate/tests/src/Kernel/MigrateEventsTest.php Reacts to map delete event.
MigrateIdMapInterface::delete function core/modules/migrate/src/Plugin/MigrateIdMapInterface.php Deletes the map and message entries for a given source record.
MigrateIdMapInterface::deleteDestination function core/modules/migrate/src/Plugin/MigrateIdMapInterface.php Deletes the map and message table entries for a given destination row.
MigrateIdMapInterface::ROLLBACK_DELETE constant core/modules/migrate/src/Plugin/MigrateIdMapInterface.php Indicates that the data for the row is to be deleted.
MigrateMapDeleteEvent class core/modules/migrate/src/Event/MigrateMapDeleteEvent.php Wraps a migrate map delete event for event listeners.
MigrateMapDeleteEvent.php file core/modules/migrate/src/Event/MigrateMapDeleteEvent.php
MigrateMapDeleteEvent::$map property core/modules/migrate/src/Event/MigrateMapDeleteEvent.php Map plugin.
MigrateMapDeleteEvent::$sourceId property core/modules/migrate/src/Event/MigrateMapDeleteEvent.php Array of source ID fields.
MigrateMapDeleteEvent::getMap function core/modules/migrate/src/Event/MigrateMapDeleteEvent.php Gets the map plugin.
MigrateMapDeleteEvent::getSourceId function core/modules/migrate/src/Event/MigrateMapDeleteEvent.php Gets the source ID of the item being removed from the map.
MigrateMapDeleteEvent::__construct function core/modules/migrate/src/Event/MigrateMapDeleteEvent.php Constructs a migration map delete event object.
MigrateRowDeleteEvent class core/modules/migrate/src/Event/MigrateRowDeleteEvent.php Wraps a row deletion event for event listeners.
MigrateRowDeleteEvent.php file core/modules/migrate/src/Event/MigrateRowDeleteEvent.php
MigrateRowDeleteEvent::$destinationIdValues property core/modules/migrate/src/Event/MigrateRowDeleteEvent.php Values representing the destination ID.
MigrateRowDeleteEvent::$migration property core/modules/migrate/src/Event/MigrateRowDeleteEvent.php Migration entity.
MigrateRowDeleteEvent::getDestinationIdValues function core/modules/migrate/src/Event/MigrateRowDeleteEvent.php Gets the destination ID values.
MigrateRowDeleteEvent::getMigration function core/modules/migrate/src/Event/MigrateRowDeleteEvent.php Gets the migration entity.
MigrateRowDeleteEvent::__construct function core/modules/migrate/src/Event/MigrateRowDeleteEvent.php Constructs a row deletion event object.
MigrateUpgradeImportBatch::onMapDelete function core/modules/migrate_drupal_ui/src/Batch/MigrateUpgradeImportBatch.php Counts up any map delete events.
MigrateUpgradeImportBatch::onPostRowDelete function core/modules/migrate_drupal_ui/src/Batch/MigrateUpgradeImportBatch.php Reacts to item deletion.
MTimeProtectedFastFileStorage::delete function core/lib/Drupal/Component/PhpStorage/MTimeProtectedFastFileStorage.php
NegotiationBrowserDeleteForm class core/modules/language/src/Form/NegotiationBrowserDeleteForm.php Defines a confirmation form for deleting a browser language negotiation mapping.
NegotiationBrowserDeleteForm.php file core/modules/language/src/Form/NegotiationBrowserDeleteForm.php
NegotiationBrowserDeleteForm::$browserLangcode property core/modules/language/src/Form/NegotiationBrowserDeleteForm.php The browser language code to be deleted.
NegotiationBrowserDeleteForm::buildForm function core/modules/language/src/Form/NegotiationBrowserDeleteForm.php
NegotiationBrowserDeleteForm::getCancelUrl function core/modules/language/src/Form/NegotiationBrowserDeleteForm.php
NegotiationBrowserDeleteForm::getEditableConfigNames function core/modules/language/src/Form/NegotiationBrowserDeleteForm.php
NegotiationBrowserDeleteForm::getFormId function core/modules/language/src/Form/NegotiationBrowserDeleteForm.php
NegotiationBrowserDeleteForm::getQuestion function core/modules/language/src/Form/NegotiationBrowserDeleteForm.php
NegotiationBrowserDeleteForm::submitForm function core/modules/language/src/Form/NegotiationBrowserDeleteForm.php
Node::postDelete function core/modules/node/src/Entity/Node.php
Node::preDelete function core/modules/node/src/Entity/Node.php
NodeAccessControlHandler::deleteGrants function core/modules/node/src/NodeAccessControlHandler.php
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
NodeDeleteConfirmTest::$modules property core/modules/node/tests/src/FunctionalJavascript/NodeDeleteConfirmTest.php
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
NodeDeprecationTest::testNodeRevisionDeleteDeprecation function core/modules/node/tests/src/Kernel/NodeDeprecationTest.php Tests the deprecation of node_revision_delete.
NodeDeprecationTest::testNodeRevisionDeleteFormConstructorDeprecation function core/modules/node/tests/src/Kernel/NodeDeprecationTest.php Tests the deprecation of NodeRevisionDeleteForm constructor.
NodeGrantDatabaseStorage::delete function core/modules/node/src/NodeGrantDatabaseStorage.php
NodeGrantDatabaseStorage::deleteNodeRecords function core/modules/node/src/NodeGrantDatabaseStorage.php

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