| 1 | <?php |
||
| 35 | class EeCleanUpVariantProductRelationObserver extends CleanUpVariantProductRelationObserver |
||
| 36 | { |
||
| 37 | |||
| 38 | /** |
||
| 39 | * Return's the primary key of the product to load. |
||
| 40 | * |
||
| 41 | * @param array $product product array like from ProductBunchProcessorInterface::loadProduct |
||
| 42 | * @return integer The primary key of the product |
||
| 43 | */ |
||
| 44 | protected function getPrimaryKey(array $product) |
||
| 48 | } |
||
| 49 |