Total Complexity | 5 |
Total Lines | 57 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 0 |
1 | <?php |
||
15 | class Form extends base\Form implements Contract |
||
16 | { |
||
17 | use ContractTrait { |
||
18 | getLinks as getContractLinks; |
||
19 | } |
||
20 | |||
21 | /** |
||
22 | * @inheritdoc |
||
23 | */ |
||
24 | protected $sectionClass = Section::class; |
||
25 | |||
26 | /** |
||
27 | * @inheritdoc |
||
28 | */ |
||
29 | 5 | public function getLinks() |
|
43 | ]); |
||
44 | } |
||
45 | |||
46 | /** |
||
47 | * @inheritdoc |
||
48 | */ |
||
49 | 26 | protected function slugBehaviorConfig(): array |
|
60 | ); |
||
61 | } |
||
62 | 26 | }, |
|
63 | ]; |
||
64 | } |
||
65 | |||
66 | /** |
||
67 | * @inheritdoc |
||
68 | */ |
||
69 | 5 | public function extraFields() |
|
74 |