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
SqlContentEntityStorageSchema::deleteSharedTableSchema function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php Deletes the schema for a field stored in a shared table.
SqlContentEntityStorageSchema::onEntityTypeDelete function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php Reacts to the deletion of the entity type.
SqlContentEntityStorageSchema::onFieldStorageDefinitionDelete function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php Reacts to the deletion of a field storage definition.
SqlContentEntityStorageTest::testDeleteFromDedicatedTablesExecutesOneDelete function core/tests/Drupal/KernelTests/Core/Entity/Sql/SqlContentEntityStorageTest.php Tests that only one SQL DELETE is executed on dedicated data tables.
StageBaseTest::testStageDirectoryDeletedDuringCron function core/modules/package_manager/tests/src/Kernel/StageBaseTest.php Tests that destroyed stage directories are actually deleted during cron.
State::delete function core/lib/Drupal/Core/State/State.php Deletes the element.
State::deleteMultiple function core/lib/Drupal/Core/State/State.php Deletes multiple items.
StateInterface::delete function core/lib/Drupal/Core/State/StateInterface.php Deletes an item.
StateInterface::deleteMultiple function core/lib/Drupal/Core/State/StateInterface.php Deletes multiple items.
StateTest::testDelete function core/tests/Drupal/Tests/Core/State/StateTest.php Tests both delete() & deleteMultiple() method.
StateTest::testDeleteAfterGet function core/tests/Drupal/Tests/Core/State/StateTest.php Tests both get() & delete() method.
StateTest::testDeleteMultiple function core/tests/Drupal/Tests/Core/State/StateTest.php Tests both deleteMultiple() method.
StaticDiscovery::deleteDefinition function core/lib/Drupal/Component/Plugin/Discovery/StaticDiscovery.php Deletes a plugin definition.
StaticFileCacheBackend::delete function core/tests/Drupal/Tests/Component/FileCache/StaticFileCacheBackend.php Deletes data from a cache backend.
StaticMenuLinkOverrides::deleteMultipleOverrides function core/lib/Drupal/Core/Menu/StaticMenuLinkOverrides.php Deletes multiple overrides to definitions of static (YAML-defined) links.
StaticMenuLinkOverrides::deleteOverride function core/lib/Drupal/Core/Menu/StaticMenuLinkOverrides.php Deletes any overrides to the definition of a static (YAML-defined) link.
StaticMenuLinkOverridesInterface::deleteMultipleOverrides function core/lib/Drupal/Core/Menu/StaticMenuLinkOverridesInterface.php Deletes multiple overrides to definitions of static (YAML-defined) links.
StaticMenuLinkOverridesInterface::deleteOverride function core/lib/Drupal/Core/Menu/StaticMenuLinkOverridesInterface.php Deletes any overrides to the definition of a static (YAML-defined) link.
StaticMenuLinkOverridesTest::providerTestDeleteOverrides function core/tests/Drupal/Tests/Core/Menu/StaticMenuLinkOverridesTest.php Provides test data for testDeleteOverrides.
StaticMenuLinkOverridesTest::testDeleteOverrides function core/tests/Drupal/Tests/Core/Menu/StaticMenuLinkOverridesTest.php Tests the deleteOverride and deleteOverrides method.
StatisticsAdminTest::testDeleteNode function core/modules/statistics/tests/src/Functional/StatisticsAdminTest.php Tests that when a node is deleted, the node counter is deleted too.
StatisticsStorageInterface::deleteViews function core/modules/statistics/src/StatisticsStorageInterface.php Delete counts for a specific entity.
statistics_node_predelete function core/modules/statistics/statistics.module Implements hook_ENTITY_TYPE_predelete() for node entities.
StorableConfigBase::delete function core/lib/Drupal/Core/Config/StorableConfigBase.php Deletes the configuration object.
StorageBase::delete function core/lib/Drupal/Core/KeyValueStore/StorageBase.php Deletes an item from the key/value store.
StorageComparer::addChangelistDelete function core/lib/Drupal/Core/Config/StorageComparer.php Creates the delete changelist.
StorageComparerTest::testCreateChangelistDelete function core/tests/Drupal/Tests/Core/Config/StorageComparerTest.php @covers ::createChangelist
StorageInterface::delete function core/lib/Drupal/Core/Config/StorageInterface.php Deletes a configuration object from the storage.
StorageInterface::deleteAll function core/lib/Drupal/Core/Config/StorageInterface.php Deletes configuration objects whose names start with a given prefix.
StorageReplaceDataWrapper::delete function core/modules/config/src/StorageReplaceDataWrapper.php Deletes a configuration object from the storage.
StorageReplaceDataWrapper::deleteAll function core/modules/config/src/StorageReplaceDataWrapper.php Deletes configuration objects whose names start with a given prefix.
StorageReplaceDataWrapperTest::delete function core/tests/Drupal/KernelTests/Core/Config/Storage/StorageReplaceDataWrapperTest.php Deletes configuration data from the storage.
StringBase::delete function core/modules/locale/src/StringBase.php Deletes string object from storage.
StringBaseTest::testDeleteWithoutStorage function core/modules/locale/tests/src/Unit/StringBaseTest.php @covers ::delete
StringDatabaseStorage::dbDelete function core/modules/locale/src/StringDatabaseStorage.php Creates delete query.
StringDatabaseStorage::delete function core/modules/locale/src/StringDatabaseStorage.php
StringDatabaseStorage::deleteStrings function core/modules/locale/src/StringDatabaseStorage.php
StringDatabaseStorage::deleteTranslations function core/modules/locale/src/StringDatabaseStorage.php
StringInterface::delete function core/modules/locale/src/StringInterface.php Deletes string object from storage.
StringStorageInterface::delete function core/modules/locale/src/StringStorageInterface.php Delete string from storage.
StringStorageInterface::deleteStrings function core/modules/locale/src/StringStorageInterface.php Deletes source strings and translations using conditions.
StringStorageInterface::deleteTranslations function core/modules/locale/src/StringStorageInterface.php Deletes translations using conditions.
StubEntityStorageBase::doDelete function core/tests/Drupal/Tests/Core/Entity/StubEntityStorageBase.php Performs storage-specific entity deletion.
StubRequestHandlerResourcePlugin::delete function core/modules/rest/tests/src/Kernel/RequestHandlerTest.php Handles a DELETE request.
system.action.comment_delete_action.yml file core/modules/comment/config/install/system.action.comment_delete_action.yml core/modules/comment/config/install/system.action.comment_delete_action.yml
system.action.media_delete_action.yml file core/modules/media/config/optional/system.action.media_delete_action.yml core/modules/media/config/optional/system.action.media_delete_action.yml
system.action.node_delete_action.yml file core/modules/node/config/install/system.action.node_delete_action.yml core/modules/node/config/install/system.action.node_delete_action.yml
system.action.node_delete_action.yml file core/tests/fixtures/config_install/testing_config_install/system.action.node_delete_action.yml core/tests/fixtures/config_install/testing_config_install/system.action.node_delete_action.yml
system.action.node_delete_action.yml file core/tests/fixtures/config_install/multilingual/language/es/system.action.node_delete_action.yml core/tests/fixtures/config_install/multilingual/language/es/system.action.node_delete_action.yml
system.action.node_delete_action.yml file core/tests/fixtures/config_install/multilingual/system.action.node_delete_action.yml core/tests/fixtures/config_install/multilingual/system.action.node_delete_action.yml

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