| 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 |
Deletes a menu link definition from the storage. |
| 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. |
| MenuUiHooks::menuDelete |
function |
core/modules/menu_ui/src/Hook/MenuUiHooks.php |
Implements hook_ENTITY_TYPE_delete(). |
| 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. |
| MessageResourceTestBase::doTestDelete |
function |
core/modules/contact/tests/src/Functional/Rest/MessageResourceTestBase.php |
Tests a DELETE request for an entity, plus edge cases to ensure good DX. |
| MessageTest::doTestDeleteIndividual |
function |
core/modules/contact/tests/src/Functional/Jsonapi/MessageTest.php |
Tests DELETEing an individual resource, plus edge cases to ensure good DX. |
| Messenger::deleteAll |
function |
core/lib/Drupal/Core/Messenger/Messenger.php |
Deletes all messages. |
| Messenger::deleteByType |
function |
core/lib/Drupal/Core/Messenger/Messenger.php |
Deletes all messages of a certain type. |
| 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. |
| MigrateEvents::PRE_ROW_DELETE |
constant |
core/modules/migrate/src/Event/MigrateEvents.php |
Name of the event fired when about to delete a single item. |
| MigrateEventsTest::mapDeleteEventRecorder |
function |
core/modules/migrate/tests/src/Kernel/MigrateEventsTest.php |
Reacts to map delete event. |
| MigrateIdMapInterface::delete |
function |
core/modules/migrate/src/Plugin/MigrateIdMapInterface.php |
Deletes the map and message entries for a given source record. |
| MigrateIdMapInterface::deleteDestination |
function |
core/modules/migrate/src/Plugin/MigrateIdMapInterface.php |
Deletes the map and message table entries for a given destination row. |
| MigrateIdMapInterface::ROLLBACK_DELETE |
constant |
core/modules/migrate/src/Plugin/MigrateIdMapInterface.php |
Indicates that the data for the row is to be deleted. |
| MigrateMapDeleteEvent |
class |
core/modules/migrate/src/Event/MigrateMapDeleteEvent.php |
Wraps a migrate map delete event for event listeners. |
| MigrateMapDeleteEvent.php |
file |
core/modules/migrate/src/Event/MigrateMapDeleteEvent.php |
|
| MigrateMapDeleteEvent::$map |
property |
core/modules/migrate/src/Event/MigrateMapDeleteEvent.php |
Map plugin. |
| MigrateMapDeleteEvent::$sourceId |
property |
core/modules/migrate/src/Event/MigrateMapDeleteEvent.php |
Array of source ID fields. |
| MigrateMapDeleteEvent::getMap |
function |
core/modules/migrate/src/Event/MigrateMapDeleteEvent.php |
Gets the map plugin. |
| MigrateMapDeleteEvent::getSourceId |
function |
core/modules/migrate/src/Event/MigrateMapDeleteEvent.php |
Gets the source ID of the item being removed from the map. |
| MigrateMapDeleteEvent::__construct |
function |
core/modules/migrate/src/Event/MigrateMapDeleteEvent.php |
Constructs a migration map delete event object. |
| MigrateRowDeleteEvent |
class |
core/modules/migrate/src/Event/MigrateRowDeleteEvent.php |
Wraps a row deletion event for event listeners. |
| MigrateRowDeleteEvent.php |
file |
core/modules/migrate/src/Event/MigrateRowDeleteEvent.php |
|
| MigrateRowDeleteEvent::$destinationIdValues |
property |
core/modules/migrate/src/Event/MigrateRowDeleteEvent.php |
Values representing the destination ID. |
| MigrateRowDeleteEvent::$migration |
property |
core/modules/migrate/src/Event/MigrateRowDeleteEvent.php |
Migration entity. |
| MigrateRowDeleteEvent::getDestinationIdValues |
function |
core/modules/migrate/src/Event/MigrateRowDeleteEvent.php |
Gets the destination ID values. |
| MigrateRowDeleteEvent::getMigration |
function |
core/modules/migrate/src/Event/MigrateRowDeleteEvent.php |
Gets the migration entity. |
| MigrateRowDeleteEvent::__construct |
function |
core/modules/migrate/src/Event/MigrateRowDeleteEvent.php |
Constructs a row deletion event object. |
| MigrateUpgradeImportBatch::onMapDelete |
function |
core/modules/migrate_drupal_ui/src/Batch/MigrateUpgradeImportBatch.php |
Counts up any map delete events. |
| MigrateUpgradeImportBatch::onPostRowDelete |
function |
core/modules/migrate_drupal_ui/src/Batch/MigrateUpgradeImportBatch.php |
Reacts to item deletion. |
| MTimeProtectedFastFileStorage::delete |
function |
core/lib/Drupal/Component/PhpStorage/MTimeProtectedFastFileStorage.php |
Deletes PHP code from storage. |
| NegotiationBrowserDeleteForm |
class |
core/modules/language/src/Form/NegotiationBrowserDeleteForm.php |
The confirmation form for deleting a browser language negotiation mapping. |
| NegotiationBrowserDeleteForm.php |
file |
core/modules/language/src/Form/NegotiationBrowserDeleteForm.php |
|
| NegotiationBrowserDeleteForm::$browserLangcode |
property |
core/modules/language/src/Form/NegotiationBrowserDeleteForm.php |
The browser language code to be deleted. |
| NegotiationBrowserDeleteForm::buildForm |
function |
core/modules/language/src/Form/NegotiationBrowserDeleteForm.php |
Form constructor. |
| NegotiationBrowserDeleteForm::getCancelUrl |
function |
core/modules/language/src/Form/NegotiationBrowserDeleteForm.php |
Returns the route to go to if the user cancels the action. |
| NegotiationBrowserDeleteForm::getEditableConfigNames |
function |
core/modules/language/src/Form/NegotiationBrowserDeleteForm.php |
Gets the configuration names that will be editable. |
| NegotiationBrowserDeleteForm::getFormId |
function |
core/modules/language/src/Form/NegotiationBrowserDeleteForm.php |
Returns a unique string identifying the form. |
| NegotiationBrowserDeleteForm::getQuestion |
function |
core/modules/language/src/Form/NegotiationBrowserDeleteForm.php |
Returns the question to ask the user. |
| NegotiationBrowserDeleteForm::submitForm |
function |
core/modules/language/src/Form/NegotiationBrowserDeleteForm.php |
Form submission handler. |
| Node::postDelete |
function |
core/modules/node/src/Entity/Node.php |
Acts on deleted entities before the delete hook is invoked. |
| NodeAccessControlHandler::deleteGrants |
function |
core/modules/node/src/NodeAccessControlHandler.php |
Deletes all node access entries. |