| 1 | <?php |
||
| 19 | class SiteDataType extends Base |
||
| 20 | { |
||
| 21 | /** |
||
| 22 | * {@inheritdoc} |
||
| 23 | */ |
||
| 24 | public function getMapperHandle(): string |
||
| 28 | |||
| 29 | 1 | /** |
|
| 30 | * {@inheritdoc} |
||
| 31 | */ |
||
| 32 | public function getRecords(): array |
||
| 36 | |||
| 37 | 1 | /** |
|
| 38 | * {@inheritdoc} |
||
| 39 | 1 | */ |
|
| 40 | public function afterImport() |
||
| 44 | |||
| 45 | /** |
||
| 46 | * Reset craft site service site ids cache using reflection. |
||
| 47 | */ |
||
| 48 | private function resetCraftSiteServiceSiteIdsCache() |
||
| 59 | } |
||
| 60 |