Search for _save

  1. Search 7.x for _save
  2. Search 8.9.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
ContentModerationResaveTest::$modules property core/modules/content_moderation/tests/src/Kernel/ContentModerationResaveTest.php Modules to enable.
ContentModerationResaveTest::$state property core/modules/content_moderation/tests/src/Kernel/ContentModerationResaveTest.php The state service.
ContentModerationResaveTest::setUp function core/modules/content_moderation/tests/src/Kernel/ContentModerationResaveTest.php
ContentModerationResaveTest::testContentModerationResave function core/modules/content_moderation/tests/src/Kernel/ContentModerationResaveTest.php Tests that Content Moderation works with entities being resaved.
ContentModerationState::realSave function core/modules/content_moderation/src/Entity/ContentModerationState.php Saves an entity permanently.
ContentModerationState::save function core/modules/content_moderation/src/Entity/ContentModerationState.php Saves an entity permanently.
ContentTranslationFieldSyncRevisionTest::saveNewEntity function core/modules/content_translation/tests/src/Kernel/ContentTranslationFieldSyncRevisionTest.php
ContentTranslationSyncImageTest::saveEntity function core/modules/content_translation/tests/src/Functional/ContentTranslationSyncImageTest.php Saves the passed entity and reloads it, enabling compatibility mode.
ContentTranslationUITestBase::doTestChangedTimeAfterSaveWithoutChanges function core/modules/content_translation/tests/src/Functional/ContentTranslationUITestBase.php Tests the changed time after API and FORM save without changes.
content_moderation_entity_presave function core/modules/content_moderation/content_moderation.module Implements hook_entity_presave().
content_moderation_test_resave.info.yml file core/modules/content_moderation/tests/modules/content_moderation_test_resave/content_moderation_test_resave.info.yml core/modules/content_moderation/tests/modules/content_moderation_test_resave/content_moderation_test_resave.info.yml
content_moderation_test_resave.install file core/modules/content_moderation/tests/modules/content_moderation_test_resave/content_moderation_test_resave.install Contains install functions for the Content moderation test re-save module.
content_moderation_test_resave.module file core/modules/content_moderation/tests/modules/content_moderation_test_resave/content_moderation_test_resave.module Contains hook implementations for the Content moderation test re-save module.
content_moderation_test_resave_entity_insert function core/modules/content_moderation/tests/modules/content_moderation_test_resave/content_moderation_test_resave.module Implements hook_entity_insert().
content_moderation_test_resave_install function core/modules/content_moderation/tests/modules/content_moderation_test_resave/content_moderation_test_resave.install Implements hook_install().
content_translation_entity_presave function core/modules/content_translation/content_translation.module Implements hook_entity_presave().
DateFormatFormBase::save function core/modules/system/src/Form/DateFormatFormBase.php Form submission handler for the 'save' action.
DecimalItem::preSave function core/lib/Drupal/Core/Field/Plugin/Field/FieldType/DecimalItem.php Defines custom presave behavior for field values.
DefaultsEntityForm::save function core/modules/layout_builder/src/Form/DefaultsEntityForm.php Form submission handler for the 'save' action.
DefaultsSectionStorage::save function core/modules/layout_builder/src/Plugin/SectionStorage/DefaultsSectionStorage.php Saves the sections.
EditorDialogSave class core/modules/editor/src/Ajax/EditorDialogSave.php Provides an AJAX command for saving the contents of an editor dialog.
EditorDialogSave.php file core/modules/editor/src/Ajax/EditorDialogSave.php
EditorDialogSave::$values property core/modules/editor/src/Ajax/EditorDialogSave.php An array of values that will be passed back to the editor by the dialog.
EditorDialogSave::render function core/modules/editor/src/Ajax/EditorDialogSave.php Return an array to be run through json_encode and sent to the client.
EditorDialogSave::__construct function core/modules/editor/src/Ajax/EditorDialogSave.php Constructs an EditorDialogSave object.
EditorFileUsageTest::testFileSaveOperations function core/modules/editor/tests/src/Kernel/EditorFileUsageTest.php Tests file save operations when node with referenced files is saved.
EditorUploadImageScaleTest::assertSavedMaxDimensions function core/modules/editor/tests/src/Functional/EditorUploadImageScaleTest.php Asserts whether the saved maximum dimensions equal the ones provided.
editor_filter_format_presave function core/modules/editor/editor.module Implements hook_ENTITY_TYPE_presave().
editor_test_file_presave function core/modules/editor/tests/modules/editor_test/editor_test.module Implements hook_ENTITY_TYPE_presave() for file entities.
EndOfTransactionQueriesTest::testEntitySave function core/tests/Drupal/KernelTests/Core/Cache/EndOfTransactionQueriesTest.php
EndOfTransactionQueriesTest::testEntitySaveRollback function core/tests/Drupal/KernelTests/Core/Cache/EndOfTransactionQueriesTest.php
EntityBase::invalidateTagsOnSave function core/lib/Drupal/Core/Entity/EntityBase.php Invalidates an entity's cache tags upon save.
EntityBase::postSave function core/lib/Drupal/Core/Entity/EntityBase.php Acts on a saved entity before the insert or update hook is invoked.
EntityBase::preSave function core/lib/Drupal/Core/Entity/EntityBase.php Acts on an entity before the presave hook is invoked.
EntityBase::save function core/lib/Drupal/Core/Entity/EntityBase.php Saves an entity permanently.
EntityConfirmFormBase::save function core/lib/Drupal/Core/Entity/EntityConfirmFormBase.php The save() method is not used in EntityConfirmFormBase. This overrides the
default implementation that saves the entity.
EntityContentBase::save function core/modules/migrate/src/Plugin/migrate/destination/EntityContentBase.php Saves the entity.
EntityContentComplete::save function core/modules/migrate/src/Plugin/migrate/destination/EntityContentComplete.php Saves the entity.
EntityDisplayBase::preSave function core/lib/Drupal/Core/Entity/EntityDisplayBase.php Acts on an entity before the presave hook is invoked.
EntityDisplayBaseTest::testPreSave function core/tests/Drupal/KernelTests/Core/Entity/EntityDisplayBaseTest.php @covers ::preSave[[api-linebreak]]
EntityDisplayFormBase::saveDisplayStatuses function core/modules/field_ui/src/Form/EntityDisplayFormBase.php Saves the updated display mode statuses.
EntityDisplayModeBase::preSave function core/lib/Drupal/Core/Entity/EntityDisplayModeBase.php Acts on an entity before the presave hook is invoked.
EntityDisplayModeFormBase::save function core/modules/field_ui/src/Form/EntityDisplayModeFormBase.php Form submission handler for the 'save' action.
EntityFieldTest::doTestSave function core/tests/Drupal/KernelTests/Core/Entity/EntityFieldTest.php Executes the save tests for the given entity type.
EntityFieldTest::testSave function core/tests/Drupal/KernelTests/Core/Entity/EntityFieldTest.php Tries to save and load an entity again.
EntityForm::save function core/lib/Drupal/Core/Entity/EntityForm.php Form submission handler for the 'save' action.
EntityFormInterface::save function core/lib/Drupal/Core/Entity/EntityFormInterface.php Form submission handler for the 'save' action.
EntityInterface::postSave function core/lib/Drupal/Core/Entity/EntityInterface.php Acts on a saved entity before the insert or update hook is invoked.
EntityInterface::preSave function core/lib/Drupal/Core/Entity/EntityInterface.php Acts on an entity before the presave hook is invoked.
EntityInterface::save function core/lib/Drupal/Core/Entity/EntityInterface.php Saves an entity permanently.

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