Search for save
Title | Object type | File name | Summary |
---|---|---|---|
EntityBase::invalidateTagsOnSave | function | core/ |
Invalidates an entity's cache tags upon save. |
EntityBase::postSave | function | core/ |
|
EntityBase::preSave | function | core/ |
|
EntityBase::save | function | core/ |
|
EntityConfirmFormBase::save | function | core/ |
The save() method is not used in EntityConfirmFormBase. This overrides the default implementation that saves the entity. |
EntityContentBase::save | function | core/ |
Saves the entity. |
EntityContentComplete::save | function | core/ |
Saves the entity. |
EntityDisplayBase::preSave | function | core/ |
|
EntityDisplayBaseTest::testPreSave | function | core/ |
@covers ::preSave |
EntityDisplayFormBase::saveDisplayStatuses | function | core/ |
Saves the updated display mode statuses. |
EntityDisplayModeBase::preSave | function | core/ |
|
EntityDisplayModeFormBase::save | function | core/ |
Form submission handler for the 'save' action. |
EntityFieldTest::doTestSave | function | core/ |
Executes the save tests for the given entity type. |
EntityFieldTest::testSave | function | core/ |
Tries to save and load an entity again. |
EntityForm::save | function | core/ |
|
EntityFormInterface::save | function | core/ |
Form submission handler for the 'save' action. |
EntityInterface::postSave | function | core/ |
Acts on a saved entity before the insert or update hook is invoked. |
EntityInterface::preSave | function | core/ |
Acts on an entity before the presave hook is invoked. |
EntityInterface::save | function | core/ |
Saves an entity permanently. |
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/ |
|
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. |
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/ |
|
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/ |
|
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. |
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.