1 | <?php |
||
19 | class SiteDataType extends Base |
||
20 | { |
||
21 | /** |
||
22 | * {@inheritdoc} |
||
23 | */ |
||
24 | 1 | public function getMapperHandle(): string |
|
28 | |||
29 | /** |
||
30 | * {@inheritdoc} |
||
31 | */ |
||
32 | 1 | public function getRecords(): array |
|
36 | |||
37 | /** |
||
38 | * {@inheritdoc} |
||
39 | */ |
||
40 | public function afterImport() |
||
47 | |||
48 | /** |
||
49 | * Reset craft site service sites cache using reflection. |
||
50 | */ |
||
51 | private function clearSiteCaches() |
||
67 | |||
68 | /** |
||
69 | * Clear empty sute groups |
||
70 | */ |
||
71 | private function clearEmptyGroups() |
||
79 | } |
||
80 |