The \Magento\Customer\Model\Attribute::afterSave() method does the same action for both conditions and so can be simplified
|
|
0
|
931
|
January 27, 2016
|
How to track the changes of an order status programmatically?
|
|
1
|
1804
|
January 25, 2017
|
How does \Magento\Sales\Model\ResourceModel\Order\Relation::processRelation() work?
|
|
0
|
985
|
April 27, 2016
|
How does \Magento\Framework\Model\ResourceModel\Db\VersionControl\AbstractDb::processAfterSaves() work for a payment?
|
|
1
|
646
|
April 28, 2016
|
How does \Magento\Framework\Model\ResourceModel\Db\VersionControl\AbstractDb::processAfterSaves() work for an order item?
|
|
1
|
689
|
April 28, 2016
|
How does \Magento\Framework\Model\ResourceModel\Db\VersionControl\AbstractDb::processAfterSaves() work for an order?
|
|
1
|
930
|
April 27, 2016
|
How does \Magento\Framework\Model\AbstractModel::afterSave() work?
|
|
0
|
1284
|
April 26, 2016
|
How does \Magento\Sales\Model\ResourceModel\EntityAbstract::_afterSave() work?
|
|
0
|
622
|
April 26, 2016
|
How does \Magento\Framework\Model\ResourceModel\Db\VersionControl\RelationComposite::processRelations() work for a shipment?
|
|
1
|
737
|
April 26, 2016
|
If an exception is occured during a model saving then the model could be questionable left in an inconsistent state (beforeSave is called, but afterSave is not called)
|
|
1
|
853
|
December 6, 2015
|