The \Magento\Customer\Model\Attribute::afterSave() method does the same action for both conditions and so can be simplified
|
|
0
|
1336
|
January 27, 2016
|
How to track the changes of an order status programmatically?
|
|
1
|
2835
|
January 25, 2017
|
How does \Magento\Sales\Model\ResourceModel\Order\Relation::processRelation() work?
|
|
0
|
1492
|
April 27, 2016
|
How does \Magento\Framework\Model\ResourceModel\Db\VersionControl\AbstractDb::processAfterSaves() work for a payment?
|
|
1
|
901
|
April 28, 2016
|
How does \Magento\Framework\Model\ResourceModel\Db\VersionControl\AbstractDb::processAfterSaves() work for an order item?
|
|
1
|
1042
|
April 28, 2016
|
How does \Magento\Framework\Model\ResourceModel\Db\VersionControl\AbstractDb::processAfterSaves() work for an order?
|
|
1
|
1271
|
April 27, 2016
|
How does \Magento\Framework\Model\AbstractModel::afterSave() work?
|
|
0
|
1650
|
April 26, 2016
|
How does \Magento\Sales\Model\ResourceModel\EntityAbstract::_afterSave() work?
|
|
0
|
917
|
April 26, 2016
|
How does \Magento\Framework\Model\ResourceModel\Db\VersionControl\RelationComposite::processRelations() work for a shipment?
|
|
1
|
1090
|
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
|
1281
|
December 6, 2015
|