Total Complexity | 7 |
Total Lines | 34 |
Duplicated Lines | 0 % |
Coverage | 0% |
Changes | 0 |
1 | <?php |
||
10 | class Taxonomies extends TaxonomyRegistrationModule |
||
11 | { |
||
12 | protected function taxonomies(): array |
||
13 | { |
||
14 | return $this->factory()->createMany($this->getTaxonomyResource()); |
||
15 | } |
||
16 | |||
17 | protected function getTaxonomyResource(): array |
||
20 | } |
||
21 | |||
22 | protected function factory(): TaxonomyFactoryInterface |
||
25 | } |
||
26 | |||
27 | protected function optionHandlers(): ?TaxonomyOptionHandlerCollectionInterface |
||
34 | } |
||
35 | |||
36 | protected function taxonomyResourceKey(): string |
||
37 | { |
||
38 | return 'taxonomies'; |
||
39 | } |
||
40 | |||
41 | protected function optionHandlerService(): string |
||
44 | } |
||
45 | } |
||
46 |