Search for save
| Title | Object type | File name | Summary |
|---|---|---|---|
| EntityStorageBase::doPreSave | function | core/ |
Performs presave entity processing. |
| EntityStorageBase::doSave | function | core/ |
Performs storage-specific saving of the entity. |
| EntityStorageBase::save | function | core/ |
Saves the entity permanently. |
| EntityStorageInterface::save | function | core/ |
Saves the entity permanently. |
| EntityTestForm::save | function | core/ |
Form submission handler for the 'save' action. |
| EntityTestMulChanged::save | function | core/ |
Saves an entity permanently. |
| EntityTestUpdateStorage::saveToDedicatedTables | function | core/ |
Saves values of fields that use dedicated tables. |
| EntityUnitTest::testPostSave | function | core/ |
@covers ::postSave[[api-linebreak]] |
| EntityUnitTest::testPostSaveBundle | function | core/ |
@covers ::postSave[[api-linebreak]] |
| EntityUnitTest::testPreSave | function | core/ |
@covers ::preSave[[api-linebreak]] |
| EntityUnitTest::testSave | function | core/ |
@covers ::save[[api-linebreak]] |
| EntityUser::save | function | core/ |
Saves the entity. |
| EntityViewDisplay::postSave | function | core/ |
Acts on a saved entity before the insert or update hook is invoked. |
| entity_crud_hook_test_block_presave | function | core/ |
Implements hook_ENTITY_TYPE_presave() for block entities. |
| entity_crud_hook_test_comment_presave | function | core/ |
Implements hook_ENTITY_TYPE_presave() for comment entities. |
| entity_crud_hook_test_entity_presave | function | core/ |
Implements hook_entity_presave(). |
| entity_crud_hook_test_file_presave | function | core/ |
Implements hook_ENTITY_TYPE_presave() for file entities. |
| entity_crud_hook_test_node_presave | function | core/ |
Implements hook_ENTITY_TYPE_presave() for node entities. |
| entity_crud_hook_test_taxonomy_term_presave | function | core/ |
Implements hook_ENTITY_TYPE_presave() for taxonomy_term entities. |
| entity_crud_hook_test_taxonomy_vocabulary_presave | function | core/ |
Implements hook_ENTITY_TYPE_presave() for taxonomy_vocabulary entities. |
| entity_crud_hook_test_user_presave | function | core/ |
Implements hook_ENTITY_TYPE_presave() for user entities. |
| entity_test_entity_presave | function | core/ |
Implements hook_entity_presave(). |
| entity_test_update_view_presave | function | core/ |
Implements hook_ENTITY_TYPE_presave() for the 'view' entity type. |
| EventSubscriber::onConfigSave | function | core/ |
Reacts to a config save and records information in state for testing. |
| FeedForm::save | function | core/ |
Form submission handler for the 'save' action. |
| FieldAttachStorageTest::testFieldAttachSaveEmptyData | function | core/ |
Tests insert and update with empty or NULL fields. |
| FieldAttachStorageTest::testFieldAttachSaveEmptyDataDefaultValue | function | core/ |
Test insert with empty or NULL fields, with default value. |
| FieldAttachStorageTest::testFieldAttachSaveLoad | function | core/ |
Check field values insert, update and load. |
| FieldConfig::preSave | function | core/ |
Overrides \Drupal\Core\Entity\Entity::preSave(). |
| FieldConfigBase::postSave | function | core/ |
Acts on a saved entity before the insert or update hook is invoked. |
| FieldConfigEditForm::save | function | core/ |
Form submission handler for the 'save' action. |
| FieldFormSavedCommand | class | core/ |
AJAX command to indicate a field was saved into PrivateTempStore without validation errors and pass the rerendered field to Quick Edit's JavaScript app. |
| FieldFormSavedCommand.php | file | core/ |
|
| FieldFormSavedCommand::$other_view_modes | property | core/ |
The same re-rendered edited field, but in different view modes. |
| FieldFormSavedCommand::render | function | core/ |
Return an array to be run through json_encode and sent to the client. |
| FieldFormSavedCommand::__construct | function | core/ |
Constructs a FieldFormSavedCommand object. |
| FieldItemBase::postSave | function | core/ |
Defines custom post-save behavior for field values. |
| FieldItemBase::preSave | function | core/ |
Defines custom presave behavior for field values. |
| FieldItemInterface::postSave | function | core/ |
Defines custom post-save behavior for field values. |
| FieldItemInterface::preSave | function | core/ |
Defines custom presave behavior for field values. |
| FieldItemList::postSave | function | core/ |
Defines custom post-save behavior for field values. |
| FieldItemList::preSave | function | core/ |
Defines custom presave behavior for field values. |
| FieldItemListInterface::postSave | function | core/ |
Defines custom post-save behavior for field values. |
| FieldItemListInterface::preSave | function | core/ |
Defines custom presave behavior for field values. |
| FieldItemTest::assertSavedFieldItemValue | function | core/ |
Checks that the saved field item value matches the expected one. |
| FieldItemTest::testSaveWorkflow | function | core/ |
Tests the field item save workflow. |
| FieldKernelTestBase::entitySaveReload | function | core/ |
Saves and reloads an entity. |
| FieldKernelTestBase::entityValidateAndSave | function | core/ |
Validate and save entity. Fail if violations are found. |
| FieldLayoutEntityDisplayTest::testPreSave | function | core/ |
@covers ::preSave[[api-linebreak]] @covers ::calculateDependencies[[api-linebreak]] |
| FieldLayoutEntityDisplayTrait::preSave | function | core/ |
Overrides \Drupal\Core\Entity\EntityDisplayBase::preSave(). |
Pagination
- Previous page
- Page 4
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.