Search for save
Title | Object type | File name | Summary |
---|---|---|---|
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/ |
@coversDefaultClass \Drupal\migrate\Event\MigratePostRowSaveEvent @group migrate |
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/ |
|
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/ |
Tests 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. |
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.