Search for _save

  1. Search 7.x for _save
  2. Search 9.5.x for _save
  3. Search 10.3.x for _save
  4. Search 11.x for _save
  5. Other projects
Title Object type File name Summary
MigrateMapSaveEvent class core/modules/migrate/src/Event/MigrateMapSaveEvent.php Wraps a migrate map save event for event listeners.
MigrateMapSaveEvent.php file core/modules/migrate/src/Event/MigrateMapSaveEvent.php
MigrateMapSaveEvent::$fields property core/modules/migrate/src/Event/MigrateMapSaveEvent.php Array of fields being saved to the map, keyed by field name.
MigrateMapSaveEvent::$map property core/modules/migrate/src/Event/MigrateMapSaveEvent.php Map plugin.
MigrateMapSaveEvent::getFields function core/modules/migrate/src/Event/MigrateMapSaveEvent.php Gets the fields about to be saved to the map.
MigrateMapSaveEvent::getMap function core/modules/migrate/src/Event/MigrateMapSaveEvent.php Gets the map plugin.
MigrateMapSaveEvent::__construct function core/modules/migrate/src/Event/MigrateMapSaveEvent.php Constructs a migration map event object.
MigratePostRowSaveEvent class core/modules/migrate/src/Event/MigratePostRowSaveEvent.php Wraps a post-save event for event listeners.
MigratePostRowSaveEvent.php file core/modules/migrate/src/Event/MigratePostRowSaveEvent.php
MigratePostRowSaveEvent::$destinationIdValues property core/modules/migrate/src/Event/MigratePostRowSaveEvent.php The row's destination ID.
MigratePostRowSaveEvent::getDestinationIdValues function core/modules/migrate/src/Event/MigratePostRowSaveEvent.php Gets the destination ID values.
MigratePostRowSaveEvent::__construct function core/modules/migrate/src/Event/MigratePostRowSaveEvent.php Constructs a post-save event object.
MigratePostRowSaveEventTest class core/modules/migrate/tests/src/Unit/Event/MigratePostRowSaveEventTest.php @coversDefaultClass \Drupal\migrate\Event\MigratePostRowSaveEvent[[api-linebreak]]
@group migrate
MigratePostRowSaveEventTest.php file core/modules/migrate/tests/src/Unit/Event/MigratePostRowSaveEventTest.php
MigratePostRowSaveEventTest::testGetDestinationIdValues function core/modules/migrate/tests/src/Unit/Event/MigratePostRowSaveEventTest.php Test getDestinationIdValues method.
MigratePostRowSaveEventTest::testGetRow function core/modules/migrate/tests/src/Unit/Event/MigratePostRowSaveEventTest.php Test getRow method.
MigratePreRowSaveEvent class core/modules/migrate/src/Event/MigratePreRowSaveEvent.php Wraps a pre-save event for event listeners.
MigratePreRowSaveEvent.php file core/modules/migrate/src/Event/MigratePreRowSaveEvent.php
MigratePreRowSaveEvent::$row property core/modules/migrate/src/Event/MigratePreRowSaveEvent.php Row object.
MigratePreRowSaveEvent::getRow function core/modules/migrate/src/Event/MigratePreRowSaveEvent.php Gets the row object.
MigratePreRowSaveEvent::__construct function core/modules/migrate/src/Event/MigratePreRowSaveEvent.php Constructs a pre-save event object.
MigratePreRowSaveEventTest class core/modules/migrate/tests/src/Unit/Event/MigratePreRowSaveEventTest.php @coversDefaultClass \Drupal\migrate\Event\MigratePreRowSaveEvent[[api-linebreak]]
@group migrate
MigratePreRowSaveEventTest.php file core/modules/migrate/tests/src/Unit/Event/MigratePreRowSaveEventTest.php
MigratePreRowSaveEventTest::testGetRow function core/modules/migrate/tests/src/Unit/Event/MigratePreRowSaveEventTest.php Test getRow method.
MigrateSkipRowException::$saveToMap property core/modules/migrate/src/MigrateSkipRowException.php Whether to record the skip in the map table, or skip silently.
MigrateSkipRowException::getSaveToMap function core/modules/migrate/src/MigrateSkipRowException.php Whether the thrower wants to record this skip in the map table.
MigrateSqlIdMapTest::saveMap function core/modules/migrate/tests/src/Unit/MigrateSqlIdMapTest.php Saves a single ID mapping row in the database.
MigrateSqlIdMapTest::testMessageSave function core/modules/migrate/tests/src/Unit/MigrateSqlIdMapTest.php Tests the SQL ID map save message method.
MigrateSqlIdMapTest::testSaveIdMapping function core/modules/migrate/tests/src/Unit/MigrateSqlIdMapTest.php Tests the ID mapping method.
MigrateUpgradeImportBatch::onMapSave function core/modules/migrate_drupal_ui/src/Batch/MigrateUpgradeImportBatch.php Counts up any map save events.
MigrateUpgradeImportBatch::onPostRowSave function core/modules/migrate_drupal_ui/src/Batch/MigrateUpgradeImportBatch.php Reacts to item import.
ModerationHandler::onPresave function core/modules/content_moderation/src/Entity/Handler/ModerationHandler.php Operates on moderated content entities preSave().
ModerationHandlerInterface::onPresave function core/modules/content_moderation/src/Entity/Handler/ModerationHandlerInterface.php Operates on moderated content entities preSave().
ModerationStateNodeTest::testFormSaveDestination function core/modules/content_moderation/tests/src/Functional/ModerationStateNodeTest.php Tests edit form destinations.
MTimeProtectedFastFileStorage::save function core/lib/Drupal/Component/PhpStorage/MTimeProtectedFastFileStorage.php Saves PHP code to storage.
Node::postSave function core/modules/node/src/Entity/Node.php Acts on a saved entity before the insert or update hook is invoked.
Node::preSave function core/modules/node/src/Entity/Node.php Acts on an entity before the presave hook is invoked.
Node::preSaveRevision function core/modules/node/src/Entity/Node.php Acts on a revision before it gets saved.
NodeAdminRouteSubscriber::onConfigSave function core/modules/node/src/EventSubscriber/NodeAdminRouteSubscriber.php Rebuilds the router when node.settings:use_admin_theme is changed.
NodeForm::save function core/modules/node/src/NodeForm.php Form submission handler for the 'save' action.
NodeFormSaveChangedTimeTest class core/modules/node/tests/src/Functional/NodeFormSaveChangedTimeTest.php Tests updating the changed time after API and FORM entity save.
NodeFormSaveChangedTimeTest.php file core/modules/node/tests/src/Functional/NodeFormSaveChangedTimeTest.php
NodeFormSaveChangedTimeTest::$authorUser property core/modules/node/tests/src/Functional/NodeFormSaveChangedTimeTest.php An user with permissions to create and edit articles.
NodeFormSaveChangedTimeTest::$defaultTheme property core/modules/node/tests/src/Functional/NodeFormSaveChangedTimeTest.php The theme to install as the default for testing.
NodeFormSaveChangedTimeTest::$modules property core/modules/node/tests/src/Functional/NodeFormSaveChangedTimeTest.php Modules to enable.
NodeFormSaveChangedTimeTest::setUp function core/modules/node/tests/src/Functional/NodeFormSaveChangedTimeTest.php
NodeFormSaveChangedTimeTest::testChangedTimeAfterSaveWithoutChanges function core/modules/node/tests/src/Functional/NodeFormSaveChangedTimeTest.php Test the changed time after API and FORM save without changes.
NodeOwnerTest::testUnsavedNodeOwner function core/modules/node/tests/src/Kernel/NodeOwnerTest.php Test an unsaved node owner.
NodeRevisionsUiTest::testNodeFormSaveWithoutRevision function core/modules/node/tests/src/Functional/NodeRevisionsUiTest.php Checks that unchecking 'Create new revision' works when editing a node.
NodeSaveTest class core/modules/node/tests/src/Functional/NodeSaveTest.php Tests $node->save() for saving content.

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