The \Magento\Customer\Model\Attribute::afterSave() method does the same action for both conditions and so can be simplified
|
|
0
|
1280
|
January 27, 2016
|
How to track the changes of an order status programmatically?
|
|
1
|
2636
|
January 25, 2017
|
How does \Magento\Sales\Model\ResourceModel\Order\Relation::processRelation() work?
|
|
0
|
1393
|
April 27, 2016
|
How does \Magento\Framework\Model\ResourceModel\Db\VersionControl\AbstractDb::processAfterSaves() work for a payment?
|
|
1
|
849
|
April 28, 2016
|
How does \Magento\Framework\Model\ResourceModel\Db\VersionControl\AbstractDb::processAfterSaves() work for an order item?
|
|
1
|
957
|
April 28, 2016
|
How does \Magento\Framework\Model\ResourceModel\Db\VersionControl\AbstractDb::processAfterSaves() work for an order?
|
|
1
|
1180
|
April 27, 2016
|
How does \Magento\Framework\Model\AbstractModel::afterSave() work?
|
|
0
|
1591
|
April 26, 2016
|
How does \Magento\Sales\Model\ResourceModel\EntityAbstract::_afterSave() work?
|
|
0
|
861
|
April 26, 2016
|
How does \Magento\Framework\Model\ResourceModel\Db\VersionControl\RelationComposite::processRelations() work for a shipment?
|
|
1
|
1012
|
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
|
1194
|
December 6, 2015
|