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 11.x for Delete
  5. Search main for Delete
  6. 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/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
Menu::preDelete function core/modules/system/src/Entity/Menu.php
MenuActiveTrail::delete function core/lib/Drupal/Core/ProxyClass/Menu/MenuActiveTrail.php
MenuDeleteForm class core/modules/menu_ui/src/Form/MenuDeleteForm.php Defines a confirmation form for deletion of a custom menu.
MenuDeleteForm.php file core/modules/menu_ui/src/Form/MenuDeleteForm.php
MenuDeleteForm::$connection property core/modules/menu_ui/src/Form/MenuDeleteForm.php The database connection.
MenuDeleteForm::$menuLinkManager property core/modules/menu_ui/src/Form/MenuDeleteForm.php The menu link manager.
MenuDeleteForm::create function core/modules/menu_ui/src/Form/MenuDeleteForm.php
MenuDeleteForm::getDescription function core/modules/menu_ui/src/Form/MenuDeleteForm.php
MenuDeleteForm::logDeletionMessage function core/modules/menu_ui/src/Form/MenuDeleteForm.php
MenuDeleteForm::submitForm function core/modules/menu_ui/src/Form/MenuDeleteForm.php
MenuDeleteForm::__construct function core/modules/menu_ui/src/Form/MenuDeleteForm.php Constructs a new MenuDeleteForm.
MenuLinkBase::deleteLink function core/lib/Drupal/Core/Menu/MenuLinkBase.php
MenuLinkBase::getDeleteRoute function core/lib/Drupal/Core/Menu/MenuLinkBase.php
MenuLinkContent::deleteLink function core/modules/menu_link_content/src/Plugin/Menu/MenuLinkContent.php
MenuLinkContent::getDeleteRoute function core/modules/menu_link_content/src/Plugin/Menu/MenuLinkContent.php
MenuLinkContent::preDelete function core/modules/menu_link_content/src/Entity/MenuLinkContent.php
MenuLinkContentDeleteForm class core/modules/menu_link_content/src/Form/MenuLinkContentDeleteForm.php Provides a delete form for content menu links.
MenuLinkContentDeleteForm.php file core/modules/menu_link_content/src/Form/MenuLinkContentDeleteForm.php
MenuLinkContentDeleteForm::getCancelUrl function core/modules/menu_link_content/src/Form/MenuLinkContentDeleteForm.php
MenuLinkContentDeleteForm::getDeletionMessage function core/modules/menu_link_content/src/Form/MenuLinkContentDeleteForm.php
MenuLinkContentDeleteForm::getRedirectUrl function core/modules/menu_link_content/src/Form/MenuLinkContentDeleteForm.php
MenuLinkContentDeleteFormTest class core/modules/menu_link_content/tests/src/Functional/MenuLinkContentDeleteFormTest.php Tests the menu link content delete UI.
MenuLinkContentDeleteFormTest.php file core/modules/menu_link_content/tests/src/Functional/MenuLinkContentDeleteFormTest.php
MenuLinkContentDeleteFormTest::$defaultTheme property core/modules/menu_link_content/tests/src/Functional/MenuLinkContentDeleteFormTest.php
MenuLinkContentDeleteFormTest::$modules property core/modules/menu_link_content/tests/src/Functional/MenuLinkContentDeleteFormTest.php
MenuLinkContentDeleteFormTest::setUp function core/modules/menu_link_content/tests/src/Functional/MenuLinkContentDeleteFormTest.php
MenuLinkContentDeleteFormTest::testMenuLinkContentDeleteForm function core/modules/menu_link_content/tests/src/Functional/MenuLinkContentDeleteFormTest.php Tests the MenuLinkContentDeleteForm class.
MenuLinkInterface::deleteLink function core/lib/Drupal/Core/Menu/MenuLinkInterface.php Deletes a menu link.
MenuLinkInterface::getDeleteRoute function core/lib/Drupal/Core/Menu/MenuLinkInterface.php Returns route information for a route to delete the menu link.
MenuLinkManager::deleteInstance function core/lib/Drupal/Core/Menu/MenuLinkManager.php Deletes a specific instance.
MenuLinkManager::deleteLinksInMenu function core/lib/Drupal/Core/Menu/MenuLinkManager.php
MenuLinkManagerInterface::deleteLinksInMenu function core/lib/Drupal/Core/Menu/MenuLinkManagerInterface.php Deletes all links having a certain menu name.
MenuLinksTest::testMenuLinkOnEntityDelete function core/modules/menu_link_content/tests/src/Kernel/MenuLinksTest.php Tests that menu link pointing to entities get removed on entity remove.
MenuLinkTreeTest::testDeleteLinksInMenu function core/tests/Drupal/KernelTests/Core/Menu/MenuLinkTreeTest.php Tests deleting all the links in a menu.
MenuTreeStorage::delete function core/lib/Drupal/Core/Menu/MenuTreeStorage.php
MenuTreeStorage::doDeleteMultiple function core/lib/Drupal/Core/Menu/MenuTreeStorage.php Purge menu links from the database.
MenuTreeStorageInterface::delete function core/lib/Drupal/Core/Menu/MenuTreeStorageInterface.php Deletes a menu link definition from the storage.
MenuUiTest::deleteCustomMenu function core/modules/menu_ui/tests/src/Functional/MenuUiTest.php Deletes the locally stored custom menu.
MenuUiTest::deleteMenuLink function core/modules/menu_ui/tests/src/Functional/MenuUiTest.php Deletes a menu link using the UI.
menu_link_content_entity_predelete function core/modules/menu_link_content/menu_link_content.module Implements hook_entity_predelete().
menu_link_content_menu_delete function core/modules/menu_link_content/menu_link_content.module Implements hook_menu_delete().
menu_link_content_path_alias_delete function core/modules/menu_link_content/menu_link_content.module Implements hook_ENTITY_TYPE_delete() for 'path_alias'.
MessageResourceTestBase::testDelete function core/modules/contact/tests/src/Functional/Rest/MessageResourceTestBase.php
MessageTest::doTestDeleteIndividual function core/modules/jsonapi/tests/src/Functional/MessageTest.php
Messenger::deleteAll function core/lib/Drupal/Core/Messenger/Messenger.php
Messenger::deleteByType function core/lib/Drupal/Core/Messenger/Messenger.php
MessengerInterface::deleteAll function core/lib/Drupal/Core/Messenger/MessengerInterface.php Deletes all messages.
MessengerInterface::deleteByType function core/lib/Drupal/Core/Messenger/MessengerInterface.php Deletes all messages of a certain type.
MigrateEvents::MAP_DELETE constant core/modules/migrate/src/Event/MigrateEvents.php Name of the event fired when removing an entry from a migration's map.
MigrateEvents::POST_ROW_DELETE constant core/modules/migrate/src/Event/MigrateEvents.php Name of the event fired just after a single item has been deleted.

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