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 11.x for _save
  5. Other projects
Title Object type File name Summary
Media::preSaveRevision function core/modules/media/src/Entity/Media.php Acts on a revision before it gets saved.
MediaConfigSubscriber::onSave function core/modules/media/src/EventSubscriber/MediaConfigSubscriber.php Updates entity type definitions and ensures routes are rebuilt when needed.
MediaForm::save function core/modules/media/src/MediaForm.php Form submission handler for the 'save' action.
MediaLibraryTestBase::pressSaveButton function core/modules/media_library/tests/src/FunctionalJavascript/MediaLibraryTestBase.php Clicks "Save" button and waits for AJAX completion.
MediaLibraryTestBase::saveAnd function core/modules/media_library/tests/src/FunctionalJavascript/MediaLibraryTestBase.php Clicks "Save and select||insert" button and waits for AJAX completion.
MediaSourceTest::testSave function core/modules/media/tests/src/Kernel/MediaSourceTest.php Tests that metadata is correctly mapped irrespective of how media is saved.
MediaStorage::save function core/modules/media/src/MediaStorage.php Saves the entity permanently.
MediaTranslationTest::testTranslatableFieldSaveLoad function core/modules/media/tests/src/Kernel/MediaTranslationTest.php Tests translatable fields storage/retrieval.
MediaTypeForm::save function core/modules/media/src/MediaTypeForm.php Form submission handler for the 'save' action.
media_entity_view_display_presave function core/modules/media/media.module Implements hook_ENTITY_TYPE_presave() for entity_view_display.
Menu::save function core/modules/system/src/Entity/Menu.php Saves an entity permanently.
MenuForm::save function core/modules/menu_ui/src/MenuForm.php Form submission handler for the 'save' action.
MenuLinkContent::postSave function core/modules/menu_link_content/src/Entity/MenuLinkContent.php Acts on a saved entity before the insert or update hook is invoked.
MenuLinkContent::preSave function core/modules/menu_link_content/src/Entity/MenuLinkContent.php Acts on an entity before the presave hook is invoked.
MenuLinkContentForm::save function core/modules/menu_link_content/src/Form/MenuLinkContentForm.php Form submission handler for the 'save' action.
MenuLinksetRoutes::onConfigSave function core/modules/system/src/Routing/MenuLinksetRoutes.php
MenuTreeStorage::doSave function core/lib/Drupal/Core/Menu/MenuTreeStorage.php Saves a link without clearing caches.
MenuTreeStorage::preSave function core/lib/Drupal/Core/Menu/MenuTreeStorage.php Fills in all the fields the database save needs, using the link definition.
MenuTreeStorage::save function core/lib/Drupal/Core/Menu/MenuTreeStorage.php Saves a plugin definition to the storage.
MenuTreeStorage::saveRecursive function core/lib/Drupal/Core/Menu/MenuTreeStorage.php Saves menu links recursively.
MenuTreeStorageInterface::save function core/lib/Drupal/Core/Menu/MenuTreeStorageInterface.php Saves a plugin definition to the storage.
MessageForm::save function core/modules/contact/src/MessageForm.php Form submission handler for the 'save' action.
MigrateEvents::MAP_SAVE constant core/modules/migrate/src/Event/MigrateEvents.php Name of the event fired when saving to a migration's map.
MigrateEvents::POST_ROW_SAVE constant core/modules/migrate/src/Event/MigrateEvents.php Name of the event fired just after a single item has been imported.
MigrateEvents::PRE_ROW_SAVE constant core/modules/migrate/src/Event/MigrateEvents.php Name of the event fired when about to import a single item.
MigrateEventsTest::mapSaveEventRecorder function core/modules/migrate/tests/src/Kernel/MigrateEventsTest.php Reacts to map save event.
MigrateEventsTest::postRowSaveEventRecorder function core/modules/migrate/tests/src/Kernel/MigrateEventsTest.php Reacts to post-row-save event.
MigrateEventsTest::preRowSaveEventRecorder function core/modules/migrate/tests/src/Kernel/MigrateEventsTest.php Reacts to pre-row-save event.
MigrateExecutable::saveMessage function core/modules/migrate/src/MigrateExecutable.php Passes messages through to the map class.
MigrateExecutableInterface::saveMessage function core/modules/migrate/src/MigrateExecutableInterface.php Passes messages through to the map class.
MigrateIdMapInterface::saveIdMapping function core/modules/migrate/src/Plugin/MigrateIdMapInterface.php Saves a mapping from the source identifiers to the destination identifiers.
MigrateIdMapInterface::saveMessage function core/modules/migrate/src/Plugin/MigrateIdMapInterface.php Saves a message related to a source record in the migration message table.
MigrateInterruptionTest::postRowSaveEventRecorder function core/modules/migrate/tests/src/Kernel/MigrateInterruptionTest.php Reacts to post-row-save event.
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 Tests getDestinationIdValues method.
MigratePostRowSaveEventTest::testGetRow function core/modules/migrate/tests/src/Unit/Event/MigratePostRowSaveEventTest.php Tests getRow method.
MigratePreRowSaveEvent class core/modules/migrate/src/Event/MigratePreRowSaveEvent.php Wraps a pre-save event for event listeners.

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