Search for _save

  1. Search 7.x for _save
  2. Search 9.5.x for _save
  3. Search 8.9.x for _save
  4. Search 10.3.x for _save
  5. Search 11.x for _save
  6. Other projects
Title Object type File name Summary
MigratePreRowSaveEventTest class core/modules/migrate/tests/src/Unit/Event/MigratePreRowSaveEventTest.php Tests Drupal\migrate\Event\MigratePreRowSaveEvent.
MigratePreRowSaveEventTest.php file core/modules/migrate/tests/src/Unit/Event/MigratePreRowSaveEventTest.php
MigratePreRowSaveEventTest::testGetRow function core/modules/migrate/tests/src/Unit/Event/MigratePreRowSaveEventTest.php Tests 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
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.
ModuleInstallConfigTestSubscriber::onSave function core/modules/system/tests/modules/module_installer_config_subscriber/src/EventSubscriber/ModuleInstallConfigTestSubscriber.php Reacts to a test simple configuration object being installed.
MTimeProtectedFastFileStorage::save function core/lib/Drupal/Component/PhpStorage/MTimeProtectedFastFileStorage.php
NavigationSectionStorage::save function core/modules/navigation/src/Plugin/SectionStorage/NavigationSectionStorage.php
Node::postSave function core/modules/node/src/Entity/Node.php
Node::preSave function core/modules/node/src/Entity/Node.php
Node::preSaveRevision function core/modules/node/src/Entity/Node.php
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/Form/NodeForm.php
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 A user with permissions to create and edit articles.
NodeFormSaveChangedTimeTest::$defaultTheme property core/modules/node/tests/src/Functional/NodeFormSaveChangedTimeTest.php
NodeFormSaveChangedTimeTest::$modules property core/modules/node/tests/src/Functional/NodeFormSaveChangedTimeTest.php
NodeFormSaveChangedTimeTest::setUp function core/modules/node/tests/src/Functional/NodeFormSaveChangedTimeTest.php
NodeFormSaveChangedTimeTest::testChangedTimeAfterSaveWithoutChanges function core/modules/node/tests/src/Functional/NodeFormSaveChangedTimeTest.php Tests the changed time after API and FORM save without changes.
NodeOwnerTest::testUnsavedNodeOwner function core/modules/node/tests/src/Kernel/NodeOwnerTest.php Tests 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.
NodeSaveTest.php file core/modules/node/tests/src/Functional/NodeSaveTest.php
NodeSaveTest::$defaultTheme property core/modules/node/tests/src/Functional/NodeSaveTest.php
NodeSaveTest::$modules property core/modules/node/tests/src/Functional/NodeSaveTest.php
NodeSaveTest::$webUser property core/modules/node/tests/src/Functional/NodeSaveTest.php A normal logged in user.
NodeSaveTest::setUp function core/modules/node/tests/src/Functional/NodeSaveTest.php
NodeSaveTest::testDeterminingChanges function core/modules/node/tests/src/Functional/NodeSaveTest.php Tests node presave and static node load cache.
NodeSaveTest::testImport function core/modules/node/tests/src/Functional/NodeSaveTest.php Checks whether custom node IDs are saved properly during an import operation.
NodeSaveTest::testNodeSaveOnInsert function core/modules/node/tests/src/Functional/NodeSaveTest.php Tests saving a node on node insert.
NodeSaveTest::testTimestamps function core/modules/node/tests/src/Functional/NodeSaveTest.php Verifies accuracy of the "created" and "changed" timestamp functionality.
NodeTestHooks::nodePresave function core/modules/node/tests/modules/node_test/src/Hook/NodeTestHooks.php Implements hook_ENTITY_TYPE_presave() for node entities.
NodeTranslationMigrateSubscriber::onPostRowSave function core/modules/node/src/EventSubscriber/NodeTranslationMigrateSubscriber.php Maps the old nid to the new one in the key value collection.
NodeType::postSave function core/modules/node/src/Entity/NodeType.php
NodeTypeForm::save function core/modules/node/src/Form/NodeTypeForm.php
NullIdMap::saveIdMapping function core/modules/migrate/src/Plugin/migrate/id_map/NullIdMap.php
NullIdMap::saveMessage function core/modules/migrate/src/Plugin/migrate/id_map/NullIdMap.php
OverridesEntityForm::save function core/modules/layout_builder/src/Form/OverridesEntityForm.php
OverridesSectionStorage::save function core/modules/layout_builder/src/Plugin/SectionStorage/OverridesSectionStorage.php
PasswordItem::preSave function core/lib/Drupal/Core/Field/Plugin/Field/FieldType/PasswordItem.php
PasswordItemTest::testPreSaveExceptionExisting function core/tests/Drupal/KernelTests/Core/Field/FieldType/PasswordItemTest.php Tests pre save exception existing.

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