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. 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/Query/Delete.php General class for an abstracted DELETE operation.

All search results

Title Object type File name Summary
ConfigMapperInterface::getDeleteRouteName function core/modules/config_translation/src/ConfigMapperInterface.php Returns route name for the translation deletion route.
ConfigMapperInterface::getDeleteRouteParameters function core/modules/config_translation/src/ConfigMapperInterface.php Returns the route parameters for the translation deletion route.
ConfigNamesMapper::getDeleteRoute function core/modules/config_translation/src/ConfigNamesMapper.php Returns the route object for the translation deletion route.
ConfigNamesMapper::getDeleteRouteName function core/modules/config_translation/src/ConfigNamesMapper.php Returns route name for the translation deletion route.
ConfigNamesMapper::getDeleteRouteParameters function core/modules/config_translation/src/ConfigNamesMapper.php Returns the route parameters for the translation deletion route.
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 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/modules/pgsql/src/Driver/Database/pgsql/Connection.php Prepares and returns a DELETE query object.
Connection::delete function core/lib/Drupal/Core/Database/Connection.php Prepares and returns a DELETE query object.
Connection::delete function core/tests/fixtures/database_drivers/module/core_fake/src/Driver/Database/CoreFakeWithAllCustomClasses/Connection.php Prepares and returns a DELETE query object.
Connection::delete function core/tests/fixtures/database_drivers/custom/fake/Connection.php Prepares and returns a DELETE query object.
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

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