Search for delete

  1. Search 7.x for delete
  2. Search 9.5.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/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/DrivertestPgsql/Delete.php PostgreSQL implementation of \Drupal\Core\Database\Query\Delete.
Delete class core/lib/Drupal/Core/Database/Driver/sqlite/Delete.php SQLite implementation of \Drupal\Core\Database\Query\Delete.
Delete class core/lib/Drupal/Core/Database/Driver/mysql/Delete.php MySQL implementation of \Drupal\Core\Database\Query\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
ConfigNamesMapperTest::testGetDeleteRoute function core/modules/config_translation/tests/src/Unit/ConfigNamesMapperTest.php Tests ConfigNamesMapper::getRoute().
ConfigNamesMapperTest::testGetDeleteRouteName function core/modules/config_translation/tests/src/Unit/ConfigNamesMapperTest.php Tests ConfigNamesMapper::getDeleteRouteName().
ConfigNamesMapperTest::testGetDeleteRouteParameters function core/modules/config_translation/tests/src/Unit/ConfigNamesMapperTest.php Tests ConfigNamesMapper::getDeleteRouteParameters().
ConfigStorageTestBase::delete function core/tests/Drupal/KernelTests/Core/Config/Storage/ConfigStorageTestBase.php
ConfigTest::postDelete function core/modules/config/tests/config_test/src/Entity/ConfigTest.php
ConfigTest::testDelete function core/tests/Drupal/Tests/Core/Config/ConfigTest.php @covers ::delete[[api-linebreak]]
@dataProvider overrideDataProvider
ConfigTestStorage::importDelete function core/modules/config/tests/config_test/src/ConfigTestStorage.php
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
ConfigTranslationDeleteForm::create function core/modules/config_translation/src/Form/ConfigTranslationDeleteForm.php
ConfigTranslationDeleteForm::getCancelUrl function core/modules/config_translation/src/Form/ConfigTranslationDeleteForm.php
ConfigTranslationDeleteForm::getConfirmText function core/modules/config_translation/src/Form/ConfigTranslationDeleteForm.php
ConfigTranslationDeleteForm::getFormId function core/modules/config_translation/src/Form/ConfigTranslationDeleteForm.php
ConfigTranslationDeleteForm::getQuestion function core/modules/config_translation/src/Form/ConfigTranslationDeleteForm.php
ConfigTranslationDeleteForm::submitForm function core/modules/config_translation/src/Form/ConfigTranslationDeleteForm.php
ConfigTranslationDeleteForm::__construct function core/modules/config_translation/src/Form/ConfigTranslationDeleteForm.php Constructs a ConfigTranslationDeleteForm.
ConfigurableLanguage::postDelete function core/modules/language/src/Entity/ConfigurableLanguage.php
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
ConfirmDeleteMultiple::getDeletedMessage function core/modules/comment/src/Form/ConfirmDeleteMultiple.php
ConfirmDeleteMultiple::getInaccessibleMessage function core/modules/comment/src/Form/ConfirmDeleteMultiple.php
ConfirmDeleteMultiple::getQuestion function core/modules/comment/src/Form/ConfirmDeleteMultiple.php
Connection::delete function core/lib/Drupal/Core/Database/Connection.php Prepares and returns a DELETE query object.
Connection::nextIdDelete function core/lib/Drupal/Core/Database/Driver/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
ContentEntityDeleteForm::getCancelUrl function core/lib/Drupal/Core/Entity/ContentEntityDeleteForm.php
ContentEntityDeleteForm::getDeletionMessage function core/lib/Drupal/Core/Entity/ContentEntityDeleteForm.php
ContentEntityDeleteForm::getQuestion function core/lib/Drupal/Core/Entity/ContentEntityDeleteForm.php
ContentEntityDeleteForm::logDeletionMessage function core/lib/Drupal/Core/Entity/ContentEntityDeleteForm.php
ContentEntityDeleteForm::submitForm function core/lib/Drupal/Core/Entity/ContentEntityDeleteForm.php
ContentEntityNullStorage::delete function core/lib/Drupal/Core/Entity/ContentEntityNullStorage.php
ContentEntityNullStorage::deleteRevision function core/lib/Drupal/Core/Entity/ContentEntityNullStorage.php
ContentEntityNullStorage::doDelete function core/lib/Drupal/Core/Entity/ContentEntityNullStorage.php
ContentEntityNullStorage::doDeleteFieldItems function core/lib/Drupal/Core/Entity/ContentEntityNullStorage.php
ContentEntityNullStorage::doDeleteRevisionFieldItems function core/lib/Drupal/Core/Entity/ContentEntityNullStorage.php
ContentEntityNullStorageTest::testDeleteThroughImport function core/tests/Drupal/KernelTests/Core/Entity/ContentEntityNullStorageTest.php Tests deleting a contact form entity via a configuration import.

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