| 1 | <?php |
||
| 13 | class TagAdmin extends AbstractAdmin |
||
| 14 | { |
||
| 15 | /** |
||
| 16 | * {@inheritdoc} |
||
| 17 | */ |
||
| 18 | public function configureListFields(ListMapper $list) |
||
| 24 | |||
| 25 | /** |
||
| 26 | * {@inheritdoc} |
||
| 27 | */ |
||
| 28 | public function configureFormFields(FormMapper $form) |
||
| 39 | |||
| 40 | /** |
||
| 41 | * {@inheritDoc} |
||
| 42 | */ |
||
| 43 | protected function configureShowFields(ShowMapper $show) |
||
| 53 | } |
||
| 54 |