Skip to content

Commit 1e4f08d

Browse files
committed
Minor fixes for EAV section
1 parent 2a54db8 commit 1e4f08d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

5. Using the Entity-Attribute-Value -EAV- Model/2. Demonstrate ability to use EAV entity load and save.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -90,12 +90,12 @@ Terms:
9090
### *Entity manager.save:*
9191
- resolve entity type - implementing data interface `\Api\Data` when possible, or original class
9292
- check `has(entity)` - detect create new or update
93-
* operation pool.gerOperation(`checkIfExists`)
93+
* operation pool.getOperation(`checkIfExists`)
9494
- if new, operation pool.getOperation(`create`).execute
9595
- if existing, operation pool.getOperation(`update`).execute
9696
- run callbacks
9797

98-
### `create` operaton
98+
### `create` operation
9999
- event `entity_manager_save_before`
100100
- event `{$lower_case_entity_type}_save_before`
101101
- apply sequence - \Magento\Framework\EntityManager\Sequence\SequenceApplier::apply

0 commit comments

Comments
 (0)