Search for save
Title | Object type | File name | Summary |
---|---|---|---|
EntityOperations::entityPresave | function | core/ |
Acts on an entity before it is created or updated. |
EntityOperations::entityPresave | function | core/ |
Acts on an entity and set published status based on the moderation state. |
EntityReferenceFormatterTest::$unsavedReferencedEntity | property | core/ |
An entity that is not yet saved to its persistent storage. |
EntityReferenceItem::preSave | function | core/ |
Defines custom presave behavior for field values. |
EntityReferenceItemTest::testEntitySaveOrder | function | core/ |
Tests saving order sequence doesn't matter. |
EntityRevision::save | function | core/ |
Allow public access for testing. |
EntityRevision::save | function | core/ |
Saves the entity. |
EntityRevisionsTest::testSaveInHookEntityInsert | function | core/ |
Tests re-saving the entity in entity_test_entity_insert(). |
EntityRevisionTest::testSave | function | core/ |
Tests entity revision save. |
EntitySavedCommand | class | core/ |
Indicates the entity was loaded from PrivateTempStore and saved. |
EntitySavedCommand.php | file | core/ |
|
EntitySavedCommand::__construct | function | core/ |
Constructs an EntitySaveCommand object. |
EntityStorageBase::doPostSave | function | core/ |
Performs post save entity processing. |
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 |
EntityUnitTest::testPostSaveBundle | function | core/ |
@covers ::postSave |
EntityUnitTest::testPreSave | function | core/ |
@covers ::preSave |
EntityUnitTest::testSave | function | core/ |
@covers ::save |
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. |
Fast404ExceptionHtmlSubscriber::onConfigSave | function | core/ |
Invalidates 4xx-response cache tag if fast 404 config is changed. |
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/ |
Tests 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/ |
Indicates a field was saved and passes the rerendered field to Quick Edit. |
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. |
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.