| Total Complexity | 2 |
| Total Lines | 15 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 25 | class GridFieldExtension extends Extension |
||
| 26 | { |
||
| 27 | |||
| 28 | /** |
||
| 29 | * Add the visibility classes to the GridField |
||
| 30 | * |
||
| 31 | * @param array $classes |
||
| 32 | * @param int $total |
||
| 33 | * @param string $index |
||
| 34 | * @param DataObject $record |
||
| 35 | */ |
||
| 36 | 1 | public function updateNewRowClasses(array &$classes, int $total, string $index, ViewableData $record) |
|
| 43 |