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. Other projects
Title Object type File name Summary
RemoteFileSaveUploadTest class core/modules/file/tests/src/Functional/RemoteFileSaveUploadTest.php Tests the file uploading functions.
RemoteFileSaveUploadTest.php file core/modules/file/tests/src/Functional/RemoteFileSaveUploadTest.php
RemoteFileSaveUploadTest::$defaultTheme property core/modules/file/tests/src/Functional/RemoteFileSaveUploadTest.php The theme to install as the default for testing.
RemoteFileSaveUploadTest::$modules property core/modules/file/tests/src/Functional/RemoteFileSaveUploadTest.php Modules to install.
RemoteFileSaveUploadTest::setUp function core/modules/file/tests/src/Functional/RemoteFileSaveUploadTest.php
ResourceObjectNormalizationCacher::saveOnTerminate function core/modules/jsonapi/src/EventSubscriber/ResourceObjectNormalizationCacher.php Adds a normalization to be cached after the response has been sent.
ResourceTestBase::resaveEntity function core/modules/jsonapi/tests/src/Functional/ResourceTestBase.php Reloads and updates an entity with test field values before saving it.
ResponsiveImageLazyLoadUpdateTest::testEntitySave function core/modules/responsive_image/tests/src/Functional/ResponsiveImageLazyLoadUpdateTest.php Test responsive_image_entity_view_display_presave invokes deprecations.
ResponsiveImageOrderMultipliersNumericallyUpdateTest::testEntitySave function core/modules/responsive_image/tests/src/Functional/ResponsiveImageOrderMultipliersNumericallyUpdateTest.php Test ResponsiveImageStyle::preSave correctly orders by multiplier weight.
ResponsiveImageStyleForm::save function core/modules/responsive_image/src/ResponsiveImageStyleForm.php Form submission handler for the 'save' action.
RestResourceConfig::postSave function core/modules/rest/src/Entity/RestResourceConfig.php Acts on a saved entity before the insert or update hook is invoked.
RevisionableInterface::preSaveRevision function core/lib/Drupal/Core/Entity/RevisionableInterface.php Acts on a revision before it gets saved.
RevisionDeleteForm::save function core/lib/Drupal/Core/Entity/Form/RevisionDeleteForm.php The save() method is not used in RevisionDeleteForm. This
overrides the default implementation that saves the entity.
RevisionRevertForm::save function core/lib/Drupal/Core/Entity/Form/RevisionRevertForm.php Form submission handler for the 'save' action.
Role::preSave function core/modules/user/src/Entity/Role.php Acts on an entity before the presave hook is invoked.
RoleForm::save function core/modules/user/src/RoleForm.php Form submission handler for the 'save' action.
SaveActionTest::testSaveAction function core/tests/Drupal/KernelTests/Core/Action/SaveActionTest.php @covers \Drupal\Core\Action\Plugin\Action\SaveAction::execute[[api-linebreak]]
SaveTest::testFileSave function core/modules/file/tests/src/Kernel/SaveTest.php Tests the saving process of file entities.
SearchHooks::blockPresave function core/modules/search/src/Hook/SearchHooks.php Implements hook_ENTITY_TYPE_presave() for block entities.
SearchPage::postSave function core/modules/search/src/Entity/SearchPage.php Acts on a saved entity before the insert or update hook is invoked.
SearchPageAddForm::save function core/modules/search/src/Form/SearchPageAddForm.php Form submission handler for the 'save' action.
SearchPageEditForm::save function core/modules/search/src/Form/SearchPageEditForm.php Form submission handler for the 'save' action.
SearchPageFormBase::save function core/modules/search/src/Form/SearchPageFormBase.php Form submission handler for the 'save' action.
SectionStorageInterface::save function core/modules/layout_builder/src/SectionStorageInterface.php Saves the sections.
SessionManager::save function core/lib/Drupal/Core/Session/SessionManager.php
SessionTest::testSessionSaveRegenerate function core/modules/system/tests/src/Functional/Session/SessionTest.php Tests session writing and regeneration.
SessionTestController::setMessageButDoNotSave function core/modules/system/tests/modules/session_test/src/Controller/SessionTestController.php Sets a message but call drupal_save_session(FALSE).
SetCustomize::save function core/modules/shortcut/src/Form/SetCustomize.php Form submission handler for the 'save' action.
Shortcut::postSave function core/modules/shortcut/src/Entity/Shortcut.php Acts on a saved entity before the insert or update hook is invoked.
ShortcutForm::save function core/modules/shortcut/src/ShortcutForm.php Form submission handler for the 'save' action.
ShortcutSet::postSave function core/modules/shortcut/src/Entity/ShortcutSet.php Acts on a saved entity before the insert or update hook is invoked.
ShortcutSetForm::save function core/modules/shortcut/src/ShortcutSetForm.php Form submission handler for the 'save' action.
SimpleConfigSectionStorage::save function core/modules/layout_builder/tests/modules/layout_builder_test/src/Plugin/SectionStorage/SimpleConfigSectionStorage.php Saves the sections.
SourcePluginBase::saveHighWater function core/modules/migrate/src/Plugin/migrate/source/SourcePluginBase.php Save the new high water mark.
Sql::saveIdMapping function core/modules/migrate/src/Plugin/migrate/id_map/Sql.php Saves a mapping from the source identifiers to the destination identifiers.
Sql::saveMessage function core/modules/migrate/src/Plugin/migrate/id_map/Sql.php Saves a message related to a source record in the migration message table.
SqlContentEntityStorage::doSaveFieldItems function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php Writes entity field values to the storage.
SqlContentEntityStorage::save function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php Saves the entity permanently.
SqlContentEntityStorage::saveRevision function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php Saves an entity revision.
SqlContentEntityStorage::saveToDedicatedTables function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php Saves values of fields that use dedicated tables.
SqlContentEntityStorage::saveToSharedTables function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php Saves fields that use the shared tables.
SqlContentEntityStorageSchema::saveEntitySchemaData function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php Stores schema data for the given entity type definition.
SqlContentEntityStorageSchema::saveFieldSchemaData function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php Stores schema data for the given field storage definition.
StaticMenuLinkOverrides::saveOverride function core/lib/Drupal/Core/Menu/StaticMenuLinkOverrides.php Saves the override.
StaticMenuLinkOverridesInterface::saveOverride function core/lib/Drupal/Core/Menu/StaticMenuLinkOverridesInterface.php Saves the override.
StaticMenuLinkOverridesTest::testSaveOverride function core/tests/Drupal/Tests/Core/Menu/StaticMenuLinkOverridesTest.php Tests the saveOverride method.
StorableConfigBase::save function core/lib/Drupal/Core/Config/StorableConfigBase.php Saves the configuration object.
StringBase::save function core/modules/locale/src/StringBase.php Saves string object to storage.
StringBaseTest::testSaveWithoutStorage function core/modules/locale/tests/src/Unit/StringBaseTest.php @covers ::save[[api-linebreak]]
StringDatabaseStorage::save function core/modules/locale/src/StringDatabaseStorage.php Save string object to storage.

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