| 1 | <?php |
||
| 19 | class SectionDataType 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 | public function afterImport() |
||
| 41 | |||
| 42 | /** |
||
| 43 | * Reset craft editable sections cache using reflection. |
||
| 44 | */ |
||
| 45 | private function resetCraftEditableSectionsCache() |
||
| 55 | } |
||
| 56 |