| Total Complexity | 2 |
| Total Lines | 23 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 11 | class ElementFormExtension extends DataExtension |
||
| 12 | { |
||
| 13 | public function updateCMSFields(FieldList $fields) |
||
| 16 | } |
||
| 17 | |||
| 18 | /** |
||
| 19 | * Move the Title and Displayed checkbox from the Content to Form Fields tab |
||
| 20 | * |
||
| 21 | * @param FieldList $fields |
||
| 22 | * @return $this |
||
| 23 | */ |
||
| 24 | protected function moveTitleAndDisplayedCheckbox(FieldList $fields) |
||
| 36 |