| 1 | <?php |
||
| 10 | class CategoryUrlPathValidatorObserver extends PathValidatorObserver |
||
| 11 | { |
||
| 12 | protected function getCurrentEntityType() |
||
| 16 | |||
| 17 | protected function getEntity(Observer $observer) |
||
| 21 | |||
| 22 | protected function getEntityStoreIds(AbstractModel $entity) |
||
| 36 | |||
| 37 | protected function getEntityUrlPath(AbstractModel $entity, int $storeId) |
||
| 41 | } |
||
| 42 |