Search for save
Title | Object type | File name | Summary |
---|---|---|---|
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/ |
@coversDefaultClass \Drupal\migrate\Event\MigratePostRowSaveEvent @group migrate |
MigratePostRowSaveEventTest.php | file | core/ |
|
MigratePostRowSaveEventTest::testGetDestinationIdValues | function | core/ |
Test getDestinationIdValues method. |
MigratePostRowSaveEventTest::testGetRow | function | core/ |
Test getRow method. |
MigratePreRowSaveEvent | class | core/ |
Wraps a pre-save event for event listeners. |
MigratePreRowSaveEvent.php | file | core/ |
|
MigratePreRowSaveEvent::$row | property | core/ |
Row object. |
MigratePreRowSaveEvent::getRow | function | core/ |
Gets the row object. |
MigratePreRowSaveEvent::__construct | function | core/ |
Constructs a pre-save event object. |
MigratePreRowSaveEventTest | class | core/ |
@coversDefaultClass \Drupal\migrate\Event\MigratePreRowSaveEvent @group migrate |
MigratePreRowSaveEventTest.php | file | core/ |
|
MigratePreRowSaveEventTest::testGetRow | function | core/ |
Test getRow method. |
MigrateSkipRowException::$saveToMap | property | core/ |
Whether to record the skip in the map table, or skip silently. |
MigrateSkipRowException::getSaveToMap | function | core/ |
Whether the thrower wants to record this skip in the map table. |
MigrateSqlIdMapTest::saveMap | function | core/ |
Saves a single ID mapping row in the database. |
MigrateSqlIdMapTest::testMessageSave | function | core/ |
Tests the SQL ID map save message method. |
MigrateSqlIdMapTest::testSaveIdMapping | function | core/ |
Tests the ID mapping method. |
MigrateUpgradeImportBatch::onMapSave | function | core/ |
Counts up any map save events. |
MigrateUpgradeImportBatch::onPostRowSave | function | core/ |
Reacts to item import. |
ModerationHandler::onPresave | function | core/ |
Operates on moderated content entities preSave(). |
ModerationHandlerInterface::onPresave | function | core/ |
Operates on moderated content entities preSave(). |
ModerationStateNodeTest::testFormSaveDestination | function | core/ |
Tests edit form destinations. |
MTimeProtectedFastFileStorage::save | function | core/ |
Saves PHP code to storage. |
Node::postSave | function | core/ |
Acts on a saved entity before the insert or update hook is invoked. |
Node::preSave | function | core/ |
Acts on an entity before the presave hook is invoked. |
Node::preSaveRevision | function | core/ |
Acts on a revision before it gets saved. |
NodeAdminRouteSubscriber::onConfigSave | function | core/ |
Rebuilds the router when node.settings:use_admin_theme is changed. |
NodeForm::save | function | core/ |
Form submission handler for the 'save' action. |
NodeFormSaveChangedTimeTest | class | core/ |
Tests updating the changed time after API and FORM entity save. |
NodeFormSaveChangedTimeTest.php | file | core/ |
|
NodeFormSaveChangedTimeTest::$authorUser | property | core/ |
An user with permissions to create and edit articles. |
NodeFormSaveChangedTimeTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
NodeFormSaveChangedTimeTest::$modules | property | core/ |
Modules to enable. |
NodeFormSaveChangedTimeTest::setUp | function | core/ |
|
NodeFormSaveChangedTimeTest::testChangedTimeAfterSaveWithoutChanges | function | core/ |
Test the changed time after API and FORM save without changes. |
NodeOwnerTest::testUnsavedNodeOwner | function | core/ |
Test an unsaved node owner. |
NodeRevisionsUiTest::testNodeFormSaveWithoutRevision | function | core/ |
Checks that unchecking 'Create new revision' works when editing a node. |
NodeSaveTest | class | core/ |
Tests $node->save() for saving content. |
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.