60 string references to 'Delete'

BundleConfigImportValidate::onConfigImporterValidate in core/lib/Drupal/Core/Entity/Event/BundleConfigImportValidate.php
Ensures bundles that will be deleted are not in use.
CacheCollectorTest::testUpdateCacheClearTags in core/tests/Drupal/Tests/Core/Cache/CacheCollectorTest.php
Tests a clear of the cache collector using tags.
CommandLineOrUnsafeMethodTest::providerTestHttpMethod in core/tests/Drupal/Tests/Core/PageCache/CommandLineOrUnsafeMethodTest.php
Provides test data and expected results for the HTTP method test.
ConfigImporter::checkOp in core/lib/Drupal/Core/Config/ConfigImporter.php
Checks that the operation is still valid.
ConfigImporter::getNextConfigurationOperation in core/lib/Drupal/Core/Config/ConfigImporter.php
Gets the next configuration operation to perform.
ConfigImporter::hasUnprocessedConfigurationChanges in core/lib/Drupal/Core/Config/ConfigImporter.php
Checks if there are any unprocessed configuration changes.
ConfigImporter::importConfig in core/lib/Drupal/Core/Config/ConfigImporter.php
Writes a configuration change from the source to the target storage.
ConfigImporter::processConfigurations in core/lib/Drupal/Core/Config/ConfigImporter.php
Processes configuration as a batch operation.
ConfigImportSubscriber::onConfigImporterValidate in core/lib/Drupal/Core/EventSubscriber/ConfigImportSubscriber.php
Validates the configuration to be imported.
Connection::delete in core/lib/Drupal/Core/Database/Connection.php
Prepares and returns a DELETE query object.
Connection::getDriverClass in core/lib/Drupal/Core/Database/Connection.php
Gets the driver-specific override class if any for the specified class.
ConnectionTest::providerGetDriverClass in core/tests/Drupal/Tests/Core/Database/ConnectionTest.php
Data provider for testGetDriverClass().
ContentEntityStorageBase::doDelete in core/lib/Drupal/Core/Entity/ContentEntityStorageBase.php
Performs storage-specific entity deletion.
ContentTypeHeaderMatcher::filter in core/lib/Drupal/Core/Routing/ContentTypeHeaderMatcher.php
Filters the route collection against a request.
ContentTypeHeaderMatcherTest::providerTestSafeRequestFilter in core/tests/Drupal/Tests/Core/Routing/ContentTypeHeaderMatcherTest.php
DeleteAction::access in core/lib/Drupal/Core/Action/Plugin/Action/DeleteAction.php
Checks object access.
DeleteActionTest::testGetDerivativeDefinitions in core/tests/Drupal/KernelTests/Core/Action/DeleteActionTest.php
@covers \Drupal\Core\Action\Plugin\Action\Derivative\EntityDeleteActionDeriver::getDerivativeDefinitions[[api-linebreak]]
DeleteMultipleForm::getConfirmText in core/lib/Drupal/Core/Entity/Form/DeleteMultipleForm.php
Returns a caption for the button that confirms the action.
DeleteMultipleForm::submitForm in core/lib/Drupal/Core/Entity/Form/DeleteMultipleForm.php
Form submission handler.
DeleteMultipleFormTest::testTranslatableEntities in core/tests/Drupal/FunctionalTests/Entity/DeleteMultipleFormTest.php
Tests the delete form for translatable entities.
DeleteMultipleFormTest::testUntranslatableEntities in core/tests/Drupal/FunctionalTests/Entity/DeleteMultipleFormTest.php
Tests the delete form for untranslatable entities.
DiffFormatter::_block in core/lib/Drupal/Component/Diff/DiffFormatter.php
EntityAccessControlHandler::checkAccess in core/lib/Drupal/Core/Entity/EntityAccessControlHandler.php
Performs access checks.
EntityAccessControlHandlerTest::testEntityWithoutUuidAccessCache in core/tests/Drupal/KernelTests/Core/Entity/EntityAccessControlHandlerTest.php
Ensures the static access cache works correctly in the absence of a UUID.
EntityAccessControlHandlerTest::testEntityWithUuidAccessCache in core/tests/Drupal/KernelTests/Core/Entity/EntityAccessControlHandlerTest.php
Ensures the static access cache works correctly with a UUID and revisions.
EntityDeleteFormTrait::getConfirmText in core/lib/Drupal/Core/Entity/EntityDeleteFormTrait.php
EntityDeleteMultipleAccessCheck::access in core/lib/Drupal/Core/Entity/EntityDeleteMultipleAccessCheck.php
Checks if the user has delete access for at least one item of the store.
EntityForm::actions in core/lib/Drupal/Core/Entity/EntityForm.php
Returns an array of supported actions for the current entity form.
EntityForm::actions in core/lib/Drupal/Core/Entity/EntityForm.php
Returns an array of supported actions for the current entity form.
EntityFormDisplayAccessControlHandlerTest::assertAllowOperations in core/tests/Drupal/Tests/Core/Entity/Access/EntityFormDisplayAccessControlHandlerTest.php
Assert method to verify the access by operations.
EntityFormDisplayAccessControlHandlerTest::testAccess in core/tests/Drupal/Tests/Core/Entity/Access/EntityFormDisplayAccessControlHandlerTest.php
@covers ::access[[api-linebreak]] @covers ::checkAccess[[api-linebreak]]
EntityFormTest::providerTestFormIds in core/tests/Drupal/Tests/Core/Entity/EntityFormTest.php
Provides test data for testFormId().
EntityListBuilder::getDefaultOperations in core/lib/Drupal/Core/Entity/EntityListBuilder.php
Gets this list's default operations.
EntityListBuilder::getDefaultOperations in core/lib/Drupal/Core/Entity/EntityListBuilder.php
Gets this list's default operations.
EntityListBuilderTest::testGetOperations in core/tests/Drupal/Tests/Core/Entity/EntityListBuilderTest.php
@covers ::getOperations[[api-linebreak]]
EntityUnitTest::testDelete in core/tests/Drupal/Tests/Core/Entity/EntityUnitTest.php
@covers ::delete[[api-linebreak]]
hook_config_import_steps_alter in core/core.api.php
Alter the configuration synchronization steps.
KeyValueEntityStorageTest::testDeleteNothing in core/tests/Drupal/Tests/Core/Entity/KeyValueStore/KeyValueEntityStorageTest.php
@covers ::delete[[api-linebreak]] @covers ::doDelete[[api-linebreak]]
KeyValueEntityStorageTest::testSaveConfigEntity in core/tests/Drupal/Tests/Core/Entity/KeyValueStore/KeyValueEntityStorageTest.php
@covers ::save[[api-linebreak]] @covers ::doSave[[api-linebreak]]
KeyValueEntityStorageTest::testSaveContentEntity in core/tests/Drupal/Tests/Core/Entity/KeyValueStore/KeyValueEntityStorageTest.php
@covers ::save[[api-linebreak]] @covers ::doSave[[api-linebreak]]
KeyValueEntityStorageTest::testSaveDuplicate in core/tests/Drupal/Tests/Core/Entity/KeyValueStore/KeyValueEntityStorageTest.php
@covers ::save[[api-linebreak]] @covers ::doSave[[api-linebreak]]
KeyValueEntityStorageTest::testSaveInsert in core/tests/Drupal/Tests/Core/Entity/KeyValueStore/KeyValueEntityStorageTest.php
@covers ::save[[api-linebreak]] @covers ::doSave[[api-linebreak]]
KeyValueEntityStorageTest::testSaveInvalid in core/tests/Drupal/Tests/Core/Entity/KeyValueStore/KeyValueEntityStorageTest.php
@covers ::save[[api-linebreak]] @covers ::doSave[[api-linebreak]]
KeyValueEntityStorageTest::testSaveUpdate in core/tests/Drupal/Tests/Core/Entity/KeyValueStore/KeyValueEntityStorageTest.php
@covers ::save[[api-linebreak]] @covers ::doSave[[api-linebreak]]
OptionsRequestSubscriberTest::providerTestOnRequestWithOptionsRequest in core/tests/Drupal/Tests/Core/EventSubscriber/OptionsRequestSubscriberTest.php
PathValidatorTest::testGetUrlIfValidWithoutAccessCheck in core/tests/Drupal/KernelTests/Core/Path/PathValidatorTest.php
ReadOnlyStorageTest::writeMethodsProvider in core/tests/Drupal/Tests/Core/Config/ReadOnlyStorageTest.php
Provide the methods that throw an exception.
SqlContentEntityStorageSchema::finalizePurge in core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php
Performs final cleanup after all data of a field has been purged.
SqlContentEntityStorageSchema::onFieldStorageDefinitionDelete in core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php
Reacts to the deletion of a field storage definition.
SqlContentEntityStorageSchema::updateDedicatedTableSchema in core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php
Updates the schema for a field stored in a shared table.
SqlContentEntityStorageSchema::updateSharedTableSchema in core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php
Updates the schema for a field stored in a shared table.
StorageComparer::addChangelistDelete in core/lib/Drupal/Core/Config/StorageComparer.php
Creates the delete changelist.
StorageComparer::addChangelistRename in core/lib/Drupal/Core/Config/StorageComparer.php
Creates the rename changelist.
StorageComparer::addChangelistUpdate in core/lib/Drupal/Core/Config/StorageComparer.php
Creates the update changelist.
StorageComparer::hasChanges in core/lib/Drupal/Core/Config/StorageComparer.php
Checks if there are any operations with changes to process.
StorageComparerTest::testCreateChangelistCreate in core/tests/Drupal/Tests/Core/Config/StorageComparerTest.php
@covers ::createChangelist[[api-linebreak]]
StorageComparerTest::testCreateChangelistDelete in core/tests/Drupal/Tests/Core/Config/StorageComparerTest.php
@covers ::createChangelist[[api-linebreak]]
StorageComparerTest::testCreateChangelistNoChange in core/tests/Drupal/Tests/Core/Config/StorageComparerTest.php
@covers ::createChangelist[[api-linebreak]]
StorageComparerTest::testCreateChangelistUpdate in core/tests/Drupal/Tests/Core/Config/StorageComparerTest.php
@covers ::createChangelist[[api-linebreak]]
WebDriverCurlService::execute in core/tests/Drupal/FunctionalJavascriptTests/WebDriverCurlService.php

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