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
CommentStatisticsInterface::delete function core/modules/comment/src/CommentStatisticsInterface.php Delete comment statistics records for an entity.
CommentTestBase::deleteComment function core/modules/comment/tests/src/Functional/CommentTestBase.php Deletes a comment.
CommentTypeDeleteForm class core/modules/comment/src/Form/CommentTypeDeleteForm.php Provides a confirmation form for deleting a comment type entity.
CommentTypeDeleteForm.php file core/modules/comment/src/Form/CommentTypeDeleteForm.php
CommentTypeDeleteForm::$commentManager property core/modules/comment/src/Form/CommentTypeDeleteForm.php The comment manager service.
CommentTypeDeleteForm::$entity property core/modules/comment/src/Form/CommentTypeDeleteForm.php The entity being used by this form.
CommentTypeDeleteForm::$logger property core/modules/comment/src/Form/CommentTypeDeleteForm.php A logger instance.
CommentTypeDeleteForm::buildForm function core/modules/comment/src/Form/CommentTypeDeleteForm.php Form constructor.
CommentTypeDeleteForm::create function core/modules/comment/src/Form/CommentTypeDeleteForm.php Instantiates a new instance of this class.
CommentTypeDeleteForm::__construct function core/modules/comment/src/Form/CommentTypeDeleteForm.php Constructs a query factory object.
comment_entity_predelete function core/modules/comment/comment.module Implements hook_entity_predelete().
comment_field_config_delete function core/modules/comment/comment.module Implements hook_ENTITY_TYPE_delete() for 'field_config'.
comment_user_predelete function core/modules/comment/comment.module Implements hook_ENTITY_TYPE_predelete() for user entities.
Composer::deleteRecursive function core/lib/Drupal/Core/Composer/Composer.php Helper method to remove directories and the files they contain.
Config::delete function core/lib/Drupal/Core/Config/Config.php Deletes the configuration object.
ConfigDependencyDeleteFormTrait trait core/lib/Drupal/Core/Config/Entity/ConfigDependencyDeleteFormTrait.php Lists affected configuration entities by a dependency removal.
ConfigDependencyDeleteFormTrait.php file core/lib/Drupal/Core/Config/Entity/ConfigDependencyDeleteFormTrait.php
ConfigDependencyDeleteFormTrait::addDependencyListsToForm function core/lib/Drupal/Core/Config/Entity/ConfigDependencyDeleteFormTrait.php Adds form elements to list affected configuration entities.
ConfigDependencyDeleteFormTrait::t function core/lib/Drupal/Core/Config/Entity/ConfigDependencyDeleteFormTrait.php Translates a string to the current language or to a given language.
ConfigDependencyTest::testConfigEntityDelete function core/tests/Drupal/KernelTests/Core/Config/ConfigDependencyTest.php Tests deleting a configuration entity and dependency management.
ConfigDependencyTest::testContentEntityDelete function core/tests/Drupal/KernelTests/Core/Config/ConfigDependencyTest.php Tests getConfigEntitiesToChangeOnDependencyRemoval() with content entities.
ConfigDependencyWebTest::testConfigDependencyDeleteFormTrait function core/modules/config/tests/src/Functional/ConfigDependencyWebTest.php Tests ConfigDependencyDeleteFormTrait.
ConfigEntityBase::invalidateTagsOnDelete function core/lib/Drupal/Core/Config/Entity/ConfigEntityBase.php Override to never invalidate the individual entities' cache tags; the
config system already invalidates them.
ConfigEntityBase::preDelete function core/lib/Drupal/Core/Config/Entity/ConfigEntityBase.php Acts on entities before they are deleted and before hooks are invoked.
ConfigEntityBundleBase::deleteDisplays function core/lib/Drupal/Core/Config/Entity/ConfigEntityBundleBase.php Deletes display if a bundle is deleted.
ConfigEntityBundleBase::postDelete function core/lib/Drupal/Core/Config/Entity/ConfigEntityBundleBase.php Acts on deleted entities before the delete hook is invoked.
ConfigEntityStorage::deleteRevision function core/lib/Drupal/Core/Config/Entity/ConfigEntityStorage.php Delete a specific entity revision.
ConfigEntityStorage::doDelete function core/lib/Drupal/Core/Config/Entity/ConfigEntityStorage.php Performs storage-specific entity deletion.
ConfigEntityStorage::importDelete function core/lib/Drupal/Core/Config/Entity/ConfigEntityStorage.php Delete entities upon synchronizing configuration changes.
ConfigEntityStorageTest::testDelete function core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityStorageTest.php @covers ::delete
@covers ::doDelete
ConfigEntityStorageTest::testDeleteNothing function core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityStorageTest.php @covers ::delete
@covers ::doDelete
ConfigEntityStorageTest::testDeleteRevision function core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityStorageTest.php @covers ::deleteRevision
ConfigEvents::DELETE constant core/lib/Drupal/Core/Config/ConfigEvents.php Name of the event fired when deleting a configuration object.
ConfigFactory::onConfigDelete function core/lib/Drupal/Core/Config/ConfigFactory.php Removes stale static cache entries when configuration is deleted.
ConfigFactoryOverrideBase::onConfigDelete function core/lib/Drupal/Core/Config/ConfigFactoryOverrideBase.php Actions to be performed to configuration override on configuration delete.
ConfigImporterTest::testDeleted function core/tests/Drupal/KernelTests/Core/Config/ConfigImporterTest.php Tests deletion of configuration during import.
ConfigImporterTest::testSecondaryDeletedDeleteeSecond function core/tests/Drupal/KernelTests/Core/Config/ConfigImporterTest.php Tests that secondary deletes for deleted files work as expected.
ConfigImporterTest::testSecondaryUpdateDeletedDeleteeFirst function core/tests/Drupal/KernelTests/Core/Config/ConfigImporterTest.php Tests that secondary updates for deleted files work as expected.
ConfigImporterTest::testSecondaryUpdateDeletedDeleterFirst function core/tests/Drupal/KernelTests/Core/Config/ConfigImporterTest.php Tests that secondary updates for deleted files work as expected.
ConfigImportUITest::testEntityBundleDelete function core/modules/config/tests/src/Functional/ConfigImportUITest.php Tests the config importer cannot delete bundles with existing entities.
ConfigMapperInterface::getDeleteRoute function core/modules/config_translation/src/ConfigMapperInterface.php Returns the route object for the translation deletion route.
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

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