The \Magento\Customer\Model\Attribute::afterSave() method does the same action for both conditions and so can be simplified
|
|
0
|
1199
|
January 27, 2016
|
How to track the changes of an order status programmatically?
|
|
1
|
2458
|
January 25, 2017
|
How does \Magento\Sales\Model\ResourceModel\Order\Relation::processRelation() work?
|
|
0
|
1324
|
April 27, 2016
|
How does \Magento\Framework\Model\ResourceModel\Db\VersionControl\AbstractDb::processAfterSaves() work for a payment?
|
|
1
|
802
|
April 28, 2016
|
How does \Magento\Framework\Model\ResourceModel\Db\VersionControl\AbstractDb::processAfterSaves() work for an order item?
|
|
1
|
903
|
April 28, 2016
|
How does \Magento\Framework\Model\ResourceModel\Db\VersionControl\AbstractDb::processAfterSaves() work for an order?
|
|
1
|
1122
|
April 27, 2016
|
How does \Magento\Framework\Model\AbstractModel::afterSave() work?
|
|
0
|
1542
|
April 26, 2016
|
How does \Magento\Sales\Model\ResourceModel\EntityAbstract::_afterSave() work?
|
|
0
|
800
|
April 26, 2016
|
How does \Magento\Framework\Model\ResourceModel\Db\VersionControl\RelationComposite::processRelations() work for a shipment?
|
|
1
|
952
|
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
|
1107
|
December 6, 2015
|