Total Complexity | 4 |
Total Lines | 34 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 1 | Features | 0 |
1 | <?php |
||
15 | class TransferConfig extends SprykerTransferConfig |
||
16 | { |
||
17 | /** |
||
18 | * @return array<string> |
||
19 | */ |
||
20 | public function getEntitiesSourceDirectories(): array |
||
21 | { |
||
22 | return [ |
||
23 | APPLICATION_SOURCE_DIR . '/Orm/Propel/*/Schema/', |
||
24 | ]; |
||
25 | } |
||
26 | |||
27 | /** |
||
28 | * @return bool |
||
29 | */ |
||
30 | public function isTransferXmlValidationEnabled(): bool |
||
33 | } |
||
34 | |||
35 | /** |
||
36 | * @return string |
||
37 | */ |
||
38 | public function getPropertyDescriptionMergeStrategy(): string |
||
41 | } |
||
42 | |||
43 | /** |
||
44 | * @return bool |
||
45 | */ |
||
46 | public function isTransferSuffixCheckStrict(): bool |
||
51 |