Search for delete

  1. Search 7.x for delete
  2. Search 8.9.x for delete
  3. Search 10.3.x for delete
  4. Search 11.x for delete
  5. 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/system/tests/modules/driver_test/src/Driver/Database/DrivertestMysql/Delete.php MySQL test implementation of \Drupal\Core\Database\Query\Delete.
Delete class core/modules/system/tests/modules/driver_test/src/Driver/Database/DrivertestMysqlDeprecatedVersion/Delete.php MySQL test implementation of \Drupal\Core\Database\Query\Delete.
Delete class core/modules/system/tests/modules/driver_test/src/Driver/Database/DrivertestPgsql/Delete.php PostgreSQL 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/corefake/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
ConfigTest::postDelete function core/modules/config/tests/config_test/src/Entity/ConfigTest.php Acts on deleted entities before the delete hook is invoked.
ConfigTest::testDelete function core/tests/Drupal/Tests/Core/Config/ConfigTest.php @covers ::delete
@dataProvider overrideDataProvider
ConfigTestStorage::importDelete function core/modules/config/tests/config_test/src/ConfigTestStorage.php Delete entities upon synchronizing configuration changes.
ConfigTranslationDeleteForm class core/modules/config_translation/src/Form/ConfigTranslationDeleteForm.php Builds a form to delete configuration translation.
ConfigTranslationDeleteForm.php file core/modules/config_translation/src/Form/ConfigTranslationDeleteForm.php
ConfigTranslationDeleteForm::$configMapperManager property core/modules/config_translation/src/Form/ConfigTranslationDeleteForm.php The configuration mapper manager.
ConfigTranslationDeleteForm::$language property core/modules/config_translation/src/Form/ConfigTranslationDeleteForm.php The language of configuration translation.
ConfigTranslationDeleteForm::$languageManager property core/modules/config_translation/src/Form/ConfigTranslationDeleteForm.php The language manager.
ConfigTranslationDeleteForm::$mapper property core/modules/config_translation/src/Form/ConfigTranslationDeleteForm.php The configuration translation to be deleted.
ConfigTranslationDeleteForm::$moduleHandler property core/modules/config_translation/src/Form/ConfigTranslationDeleteForm.php The module handler.
ConfigTranslationDeleteForm::buildForm function core/modules/config_translation/src/Form/ConfigTranslationDeleteForm.php Form constructor.
ConfigTranslationDeleteForm::create function core/modules/config_translation/src/Form/ConfigTranslationDeleteForm.php Instantiates a new instance of this class.
ConfigTranslationDeleteForm::getCancelUrl function core/modules/config_translation/src/Form/ConfigTranslationDeleteForm.php Returns the route to go to if the user cancels the action.
ConfigTranslationDeleteForm::getConfirmText function core/modules/config_translation/src/Form/ConfigTranslationDeleteForm.php Returns a caption for the button that confirms the action.
ConfigTranslationDeleteForm::getFormId function core/modules/config_translation/src/Form/ConfigTranslationDeleteForm.php Returns a unique string identifying the form.
ConfigTranslationDeleteForm::getQuestion function core/modules/config_translation/src/Form/ConfigTranslationDeleteForm.php Returns the question to ask the user.
ConfigTranslationDeleteForm::submitForm function core/modules/config_translation/src/Form/ConfigTranslationDeleteForm.php Form submission handler.
ConfigTranslationDeleteForm::__construct function core/modules/config_translation/src/Form/ConfigTranslationDeleteForm.php Constructs a ConfigTranslationDeleteForm.
ConfigurableLanguage::postDelete function core/modules/language/src/Entity/ConfigurableLanguage.php Acts on deleted entities before the delete hook is invoked.
ConfigurableLanguage::preDelete function core/modules/language/src/Entity/ConfigurableLanguage.php
config_test_config_test_delete function core/modules/config/tests/config_test/config_test.hooks.inc Implements hook_config_test_delete().
config_test_config_test_predelete function core/modules/config/tests/config_test/config_test.hooks.inc Implements hook_config_test_predelete().
ConfirmDeleteMultiple class core/modules/comment/src/Form/ConfirmDeleteMultiple.php Provides the comment multiple delete confirmation form.
ConfirmDeleteMultiple.php file core/modules/comment/src/Form/ConfirmDeleteMultiple.php
ConfirmDeleteMultiple::getCancelUrl function core/modules/comment/src/Form/ConfirmDeleteMultiple.php Returns the route to go to if the user cancels the action.
ConfirmDeleteMultiple::getDeletedMessage function core/modules/comment/src/Form/ConfirmDeleteMultiple.php Returns the message to show the user after an item was deleted.
ConfirmDeleteMultiple::getInaccessibleMessage function core/modules/comment/src/Form/ConfirmDeleteMultiple.php Returns the message to show the user when an item has not been deleted.
ConfirmDeleteMultiple::getQuestion function core/modules/comment/src/Form/ConfirmDeleteMultiple.php Returns the question to ask the user.
Connection::delete function core/lib/Drupal/Core/Database/Connection.php Prepares and returns a DELETE query object.
Connection::nextIdDelete function core/modules/mysql/src/Driver/Database/mysql/Connection.php
ContactSitewideTest::deleteContactForms function core/modules/contact/tests/src/Functional/ContactSitewideTest.php Deletes all forms.
ContentEntityConfirmFormBase::delete function core/lib/Drupal/Core/Entity/ContentEntityConfirmFormBase.php The delete() method is not used in ContentEntityConfirmFormBase. This
overrides the default implementation that redirects to the delete-form
confirmation form.
ContentEntityDeleteForm class core/lib/Drupal/Core/Entity/ContentEntityDeleteForm.php Provides a generic base class for a content entity deletion form.
ContentEntityDeleteForm.php file core/lib/Drupal/Core/Entity/ContentEntityDeleteForm.php
ContentEntityDeleteForm::buildForm function core/lib/Drupal/Core/Entity/ContentEntityDeleteForm.php Form constructor.
ContentEntityDeleteForm::getCancelUrl function core/lib/Drupal/Core/Entity/ContentEntityDeleteForm.php Returns the route to go to if the user cancels the action.
ContentEntityDeleteForm::getDeletionMessage function core/lib/Drupal/Core/Entity/ContentEntityDeleteForm.php
ContentEntityDeleteForm::getQuestion function core/lib/Drupal/Core/Entity/ContentEntityDeleteForm.php Returns the question to ask the user.
ContentEntityDeleteForm::logDeletionMessage function core/lib/Drupal/Core/Entity/ContentEntityDeleteForm.php
ContentEntityDeleteForm::submitForm function core/lib/Drupal/Core/Entity/ContentEntityDeleteForm.php This is the default entity object builder function. It is called before any
other submit handler to build the new entity object to be used by the
following submit handlers. At this point of the form workflow the entity is
validated and the form state…
ContentEntityNullStorage::delete function core/lib/Drupal/Core/Entity/ContentEntityNullStorage.php Deletes permanently saved entities.
ContentEntityNullStorage::deleteRevision function core/lib/Drupal/Core/Entity/ContentEntityNullStorage.php Delete a specific entity revision.
ContentEntityNullStorage::doDelete function core/lib/Drupal/Core/Entity/ContentEntityNullStorage.php Performs storage-specific entity deletion.
ContentEntityNullStorage::doDeleteFieldItems function core/lib/Drupal/Core/Entity/ContentEntityNullStorage.php Deletes entity field values from the storage.
ContentEntityNullStorage::doDeleteRevisionFieldItems function core/lib/Drupal/Core/Entity/ContentEntityNullStorage.php Deletes field values of an entity revision from the storage.
ContentEntityNullStorageTest::testDeleteThroughImport function core/tests/Drupal/KernelTests/Core/Entity/ContentEntityNullStorageTest.php Tests deleting a contact form entity via a configuration import.
ContentEntityStorageBase::deleteRevision function core/lib/Drupal/Core/Entity/ContentEntityStorageBase.php Delete a specific entity revision.
ContentEntityStorageBase::doDelete function core/lib/Drupal/Core/Entity/ContentEntityStorageBase.php Performs storage-specific entity deletion.
ContentEntityStorageBase::doDeleteFieldItems function core/lib/Drupal/Core/Entity/ContentEntityStorageBase.php Deletes entity field values from the storage.
ContentEntityStorageBase::doDeleteRevisionFieldItems function core/lib/Drupal/Core/Entity/ContentEntityStorageBase.php Deletes field values of an entity revision from the storage.

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