| RevisionDeleteFormTest.php |
file |
core/tests/Drupal/FunctionalTests/Entity/RevisionDeleteFormTest.php |
|
| RevisionDeleteFormTest::$defaultTheme |
property |
core/tests/Drupal/FunctionalTests/Entity/RevisionDeleteFormTest.php |
The theme to install as the default for testing. |
| RevisionDeleteFormTest::$modules |
property |
core/tests/Drupal/FunctionalTests/Entity/RevisionDeleteFormTest.php |
Modules to install. |
| RevisionDeleteFormTest::doTestPageTitle |
function |
core/tests/Drupal/FunctionalTests/Entity/RevisionDeleteFormTest.php |
Tests title by whether entity supports revision creation dates. |
| RevisionDeleteFormTest::doTestSubmitForm |
function |
core/tests/Drupal/FunctionalTests/Entity/RevisionDeleteFormTest.php |
Tests revision deletion, and expected response after deletion. |
| RevisionDeleteFormTest::getLogs |
function |
core/tests/Drupal/FunctionalTests/Entity/RevisionDeleteFormTest.php |
Loads watchdog entries by channel. |
| RevisionDeleteFormTest::providerPageTitle |
function |
core/tests/Drupal/FunctionalTests/Entity/RevisionDeleteFormTest.php |
Data provider for testPageTitle. |
| RevisionDeleteFormTest::providerSubmitForm |
function |
core/tests/Drupal/FunctionalTests/Entity/RevisionDeleteFormTest.php |
Data provider for testSubmitForm. |
| RevisionDeleteFormTest::setUp |
function |
core/tests/Drupal/FunctionalTests/Entity/RevisionDeleteFormTest.php |
|
| RevisionDeleteFormTest::testAccessDelete |
function |
core/tests/Drupal/FunctionalTests/Entity/RevisionDeleteFormTest.php |
Test that revisions can and can't be deleted in various scenarios. |
| RevisionDeleteFormTest::testAccessDeleteDefault |
function |
core/tests/Drupal/FunctionalTests/Entity/RevisionDeleteFormTest.php |
Test cannot delete default revision. |
| RevisionDeleteFormTest::testAccessDeleteLatestDefault |
function |
core/tests/Drupal/FunctionalTests/Entity/RevisionDeleteFormTest.php |
Test cannot delete latest revision. |
| RevisionDeleteFormTest::testAccessDeleteLatestForwardRevision |
function |
core/tests/Drupal/FunctionalTests/Entity/RevisionDeleteFormTest.php |
Ensure that forward revision can be deleted. |
| RevisionDeleteFormTest::testAccessDeleteNonLatest |
function |
core/tests/Drupal/FunctionalTests/Entity/RevisionDeleteFormTest.php |
Test can delete non-latest revision. |
| RevisionDeleteFormTest::testPageTitle |
function |
core/tests/Drupal/FunctionalTests/Entity/RevisionDeleteFormTest.php |
Tests title by whether entity supports revision creation dates. |
| RevisionDeleteFormTest::testSubmitForm |
function |
core/tests/Drupal/FunctionalTests/Entity/RevisionDeleteFormTest.php |
Tests revision deletion form. |
| RevisionHtmlRouteProvider::getRevisionDeleteRoute |
function |
core/lib/Drupal/Core/Entity/Routing/RevisionHtmlRouteProvider.php |
Gets the entity revision delete route. |
| RevisionLinkDelete |
class |
core/modules/node/src/Plugin/views/field/RevisionLinkDelete.php |
Field handler to present link to delete a node revision. |
| RevisionLinkDelete.php |
file |
core/modules/node/src/Plugin/views/field/RevisionLinkDelete.php |
|
| RevisionLinkDelete::getDefaultLabel |
function |
core/modules/node/src/Plugin/views/field/RevisionLinkDelete.php |
Returns the default label for this link. |
| RevisionLinkDelete::getUrlInfo |
function |
core/modules/node/src/Plugin/views/field/RevisionLinkDelete.php |
Returns the URI elements of the link. |
| RevisionLinkDeleteTest |
class |
core/modules/node/tests/src/Unit/Plugin/views/field/RevisionLinkDeleteTest.php |
Tests Drupal\node\Plugin\views\field\RevisionLinkDelete. |
| RevisionLinkDeleteTest.php |
file |
core/modules/node/tests/src/Unit/Plugin/views/field/RevisionLinkDeleteTest.php |
|
| RevisionLinkDeleteTest::setUp |
function |
core/modules/node/tests/src/Unit/Plugin/views/field/RevisionLinkDeleteTest.php |
|
| RevisionLinkDeleteTest::testRenderNullEntity |
function |
core/modules/node/tests/src/Unit/Plugin/views/field/RevisionLinkDeleteTest.php |
Test the render method when getEntity returns NULL. |
| RevisionVersionHistoryTest::testOperationDeleteRevision |
function |
core/tests/Drupal/FunctionalTests/Entity/RevisionVersionHistoryTest.php |
Test delete operation. |
| SampleEntityGeneratorInterface::delete |
function |
core/modules/layout_builder/src/Entity/SampleEntityGeneratorInterface.php |
Deletes a sample entity for a given entity type and bundle. |
| SandboxManagerBaseTest::testStageDirectoryDeletedDuringCron |
function |
core/modules/package_manager/tests/src/Kernel/SandboxManagerBaseTest.php |
Tests that destroyed stage directories are actually deleted during cron. |
| SAVED_DELETED |
constant |
core/includes/common.inc |
Return status for saving which deleted an existing item. |
| SearchPage::postDelete |
function |
core/modules/search/src/Entity/SearchPage.php |
Acts on deleted entities before the delete hook is invoked. |
| SecurityAdvisoriesFetcher::deleteStoredResponse |
function |
core/modules/system/src/SecurityAdvisories/SecurityAdvisoriesFetcher.php |
Deletes the stored JSON feed response, if any. |
| SessionManager::delete |
function |
core/lib/Drupal/Core/Session/SessionManager.php |
Ends a specific user's session(s). |
| SessionManagerInterface::delete |
function |
core/lib/Drupal/Core/Session/SessionManagerInterface.php |
Ends a specific user's session(s). |
| SharedTempStore::delete |
function |
core/lib/Drupal/Core/TempStore/SharedTempStore.php |
Deletes data from the store for a given key and releases the lock on it. |
| SharedTempStore::deleteIfOwner |
function |
core/lib/Drupal/Core/TempStore/SharedTempStore.php |
Deletes data from the store for a given key and releases the lock on it. |
| SharedTempStoreTest::testDelete |
function |
core/tests/Drupal/Tests/Core/TempStore/SharedTempStoreTest.php |
Tests the delete() method. |
| SharedTempStoreTest::testDeleteIfOwner |
function |
core/tests/Drupal/Tests/Core/TempStore/SharedTempStoreTest.php |
Tests the deleteIfOwner() method. |
| SharedTempStoreTest::testDeleteWithNoLockAvailable |
function |
core/tests/Drupal/Tests/Core/TempStore/SharedTempStoreTest.php |
Tests the delete() method with no lock available. |
| ShortcutController::deleteShortcutLinkInline |
function |
core/modules/shortcut/src/Controller/ShortcutController.php |
Deletes the selected shortcut. |
| ShortcutDeleteForm |
class |
core/modules/shortcut/src/Form/ShortcutDeleteForm.php |
Builds the shortcut link deletion form. |
| ShortcutDeleteForm.php |
file |
core/modules/shortcut/src/Form/ShortcutDeleteForm.php |
|
| ShortcutDeleteForm::getCancelUrl |
function |
core/modules/shortcut/src/Form/ShortcutDeleteForm.php |
Returns the route to go to if the user cancels the action. |
| ShortcutDeleteForm::getFormId |
function |
core/modules/shortcut/src/Form/ShortcutDeleteForm.php |
Returns a unique string identifying the form. |
| ShortcutDeleteForm::getRedirectUrl |
function |
core/modules/shortcut/src/Form/ShortcutDeleteForm.php |
Returns the URL where the user should be redirected after deletion. |
| ShortcutHooks::userDelete |
function |
core/modules/shortcut/src/Hook/ShortcutHooks.php |
Implements hook_ENTITY_TYPE_delete(). |
| ShortcutLinksTest::testShortcutLinkDelete |
function |
core/modules/shortcut/tests/src/Functional/ShortcutLinksTest.php |
Tests deleting a shortcut link. |
| ShortcutSet::preDelete |
function |
core/modules/shortcut/src/Entity/ShortcutSet.php |
Acts on entities before they are deleted and before hooks are invoked. |
| ShortcutSetDeleteForm |
class |
core/modules/shortcut/src/Form/ShortcutSetDeleteForm.php |
Builds the shortcut set deletion form. |
| ShortcutSetDeleteForm.php |
file |
core/modules/shortcut/src/Form/ShortcutSetDeleteForm.php |
|
| ShortcutSetDeleteForm::$database |
property |
core/modules/shortcut/src/Form/ShortcutSetDeleteForm.php |
The database connection. |