Total Complexity | 2 |
Total Lines | 28 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
10 | class TestIndex extends BaseIndex implements TestOnly |
||
11 | { |
||
12 | protected $facetFields = [ |
||
13 | SiteTree::class => [ |
||
14 | 'BaseClass' => SiteTree::class, |
||
15 | 'Title' => 'Parent', |
||
16 | 'Field' => 'ParentID', |
||
17 | ], |
||
18 | ]; |
||
19 | |||
20 | public function init(): void |
||
32 | ]); |
||
33 | } |
||
34 | |||
35 | public function getIndexName(): string |
||
40 |