1 | <?php |
||
21 | final class EmptyAdmin extends AbstractAdmin |
||
22 | { |
||
23 | protected $baseRoutePattern = 'empty'; |
||
24 | protected $baseRouteName = 'admin_empty'; |
||
25 | |||
26 | protected function configureListFields(ListMapper $list) |
||
30 | |||
31 | protected function configureFormFields(FormMapper $form) |
||
35 | |||
36 | protected function configureShowFields(ShowMapper $show) |
||
40 | } |
||
41 |