1 | <?php |
||
14 | class NameableExtension extends AbstractAdminExtension |
||
15 | { |
||
16 | /** |
||
17 | * {@inheritdoc} |
||
18 | */ |
||
19 | public function configureDatagridFilters(DatagridMapper $datagrid) |
||
28 | |||
29 | /** |
||
30 | * {@inheritdoc} |
||
31 | */ |
||
32 | public function configureListFields(ListMapper $list) |
||
38 | |||
39 | /** |
||
40 | * {@inheritdoc} |
||
41 | */ |
||
42 | public function configureFormFields(FormMapper $form) |
||
52 | |||
53 | /** |
||
54 | * {@inheritDoc} |
||
55 | */ |
||
56 | public function configureShowFields(ShowMapper $show) |
||
66 | } |
||
67 |