| Total Complexity | 4 |
| Total Lines | 40 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 14 | class SelfServicePortalConfig extends SprykerSelfServicePortalConfig |
||
| 15 | { |
||
| 16 | /** |
||
| 17 | * @return array<string, string> |
||
| 18 | */ |
||
| 19 | public function getInquiryInitialStateMachineMap(): array |
||
| 20 | { |
||
| 21 | return [ |
||
| 22 | 'SspInquiryDefaultStateMachine' => 'created', |
||
| 23 | ]; |
||
| 24 | } |
||
| 25 | |||
| 26 | /** |
||
| 27 | * @return array<string, string> |
||
| 28 | */ |
||
| 29 | public function getSspInquiryStateMachineProcessInquiryTypeMap(): array |
||
| 35 | ]; |
||
| 36 | } |
||
| 37 | |||
| 38 | public function getSspInquiryCancelStateMachineEventName(): string |
||
| 41 | } |
||
| 42 | |||
| 43 | /** |
||
| 44 | * @return array<string> |
||
| 45 | */ |
||
| 46 | public function getSspInquiryAvailableStatuses(): array |
||
| 57 |