| 1 | <?php |
||
| 9 | class ProductUrlPathValidatorObserver extends PathValidatorObserver |
||
| 10 | { |
||
| 11 | protected function getCurrentEntityType() |
||
| 15 | |||
| 16 | protected function getEntity(Observer $observer) |
||
| 20 | |||
| 21 | protected function getEntityStoreIds(AbstractModel $entity) |
||
| 25 | |||
| 26 | protected function getEntityUrlPath(AbstractModel $entity, int $storeId) |
||
| 30 | } |
||
| 31 |