Search for save
| Title | Object type | File name | Summary |
|---|---|---|---|
| Media::preSaveRevision | function | core/ |
Acts on a revision before it gets saved. |
| MediaConfigSubscriber::onSave | function | core/ |
Updates entity type definitions and ensures routes are rebuilt when needed. |
| MediaForm::save | function | core/ |
Form submission handler for the 'save' action. |
| MediaLibraryTestBase::pressSaveButton | function | core/ |
Clicks "Save" button and waits for AJAX completion. |
| MediaLibraryTestBase::saveAnd | function | core/ |
Clicks "Save and select||insert" button and waits for AJAX completion. |
| MediaSourceTest::testSave | function | core/ |
Tests that metadata is correctly mapped irrespective of how media is saved. |
| MediaStorage::save | function | core/ |
Saves the entity permanently. |
| MediaTranslationTest::testTranslatableFieldSaveLoad | function | core/ |
Tests translatable fields storage/retrieval. |
| MediaTypeForm::save | function | core/ |
Form submission handler for the 'save' action. |
| Menu::save | function | core/ |
Saves an entity permanently. |
| MenuForm::save | function | core/ |
Form submission handler for the 'save' action. |
| MenuLinkContent::postSave | function | core/ |
Acts on a saved entity before the insert or update hook is invoked. |
| MenuLinkContent::preSave | function | core/ |
Acts on an entity before the presave hook is invoked. |
| MenuLinkContentForm::save | function | core/ |
Form submission handler for the 'save' action. |
| MenuLinksetRoutes::onConfigSave | function | core/ |
|
| MenuTreeStorage::doSave | function | core/ |
Saves a link without clearing caches. |
| MenuTreeStorage::preSave | function | core/ |
Fills in all the fields the database save needs, using the link definition. |
| MenuTreeStorage::save | function | core/ |
Saves a plugin definition to the storage. |
| MenuTreeStorage::saveRecursive | function | core/ |
Saves menu links recursively. |
| MenuTreeStorageInterface::save | function | core/ |
Saves a plugin definition to the storage. |
| MessageForm::save | function | core/ |
Form submission handler for the 'save' action. |
| MigrateEvents::MAP_SAVE | constant | core/ |
Name of the event fired when saving to a migration's map. |
| MigrateEvents::POST_ROW_SAVE | constant | core/ |
Name of the event fired just after a single item has been imported. |
| MigrateEvents::PRE_ROW_SAVE | constant | core/ |
Name of the event fired when about to import a single item. |
| MigrateEventsTest::mapSaveEventRecorder | function | core/ |
Reacts to map save event. |
| MigrateEventsTest::postRowSaveEventRecorder | function | core/ |
Reacts to post-row-save event. |
| MigrateEventsTest::preRowSaveEventRecorder | function | core/ |
Reacts to pre-row-save event. |
| MigrateExecutable::saveMessage | function | core/ |
Passes messages through to the map class. |
| MigrateExecutableInterface::saveMessage | function | core/ |
Passes messages through to the map class. |
| MigrateIdMapInterface::saveIdMapping | function | core/ |
Saves a mapping from the source identifiers to the destination identifiers. |
| MigrateIdMapInterface::saveMessage | function | core/ |
Saves a message related to a source record in the migration message table. |
| MigrateInterruptionTest::postRowSaveEventRecorder | function | core/ |
Reacts to post-row-save event. |
| MigrateMapSaveEvent | class | core/ |
Wraps a migrate map save event for event listeners. |
| MigrateMapSaveEvent.php | file | core/ |
|
| MigrateMapSaveEvent::$fields | property | core/ |
Array of fields being saved to the map, keyed by field name. |
| MigrateMapSaveEvent::$map | property | core/ |
Map plugin. |
| MigrateMapSaveEvent::getFields | function | core/ |
Gets the fields about to be saved to the map. |
| MigrateMapSaveEvent::getMap | function | core/ |
Gets the map plugin. |
| MigrateMapSaveEvent::__construct | function | core/ |
Constructs a migration map event object. |
| MigratePostRowSaveEvent | class | core/ |
Wraps a post-save event for event listeners. |
| MigratePostRowSaveEvent.php | file | core/ |
|
| MigratePostRowSaveEvent::$destinationIdValues | property | core/ |
The row's destination ID. |
| MigratePostRowSaveEvent::getDestinationIdValues | function | core/ |
Gets the destination ID values. |
| MigratePostRowSaveEvent::__construct | function | core/ |
Constructs a post-save event object. |
| MigratePostRowSaveEventTest | class | core/ |
Tests Drupal\migrate\Event\MigratePostRowSaveEvent. |
| MigratePostRowSaveEventTest.php | file | core/ |
|
| MigratePostRowSaveEventTest::testGetDestinationIdValues | function | core/ |
Tests getDestinationIdValues method. |
| MigratePostRowSaveEventTest::testGetRow | function | core/ |
Tests getRow method. |
| MigratePreRowSaveEvent | class | core/ |
Wraps a pre-save event for event listeners. |
| MigratePreRowSaveEvent.php | file | core/ |
Pagination
- Previous page
- Page 8
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.