| 1 | <?php |
||
| 11 | class LAGAdminBundle extends Bundle |
||
| 12 | { |
||
| 13 | /** |
||
| 14 | * Add the field and the data provider compiler pass |
||
| 15 | * |
||
| 16 | * @param ContainerBuilder $container |
||
| 17 | */ |
||
| 18 | public function build(ContainerBuilder $container) |
||
| 26 | |||
| 27 | /** |
||
| 28 | * @return bool|ExtensionInterface |
||
| 29 | */ |
||
| 30 | public function getContainerExtension() |
||
| 50 | } |
||
| 51 |