| Total Complexity | 2 |
| Total Lines | 20 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 20 | class IndexController extends BaseDoctrineController |
||
| 21 | { |
||
| 22 | /** |
||
| 23 | * @Route("", name="index") |
||
| 24 | * |
||
| 25 | * @return \Symfony\Component\HttpFoundation\Response |
||
| 26 | */ |
||
| 27 | public function indexAction() |
||
| 30 | } |
||
| 31 | |||
| 32 | /** |
||
| 33 | * no breadcrumbs on the index. |
||
| 34 | * |
||
| 35 | * @return \App\Model\Breadcrumb[]|array |
||
| 36 | */ |
||
| 37 | protected function getIndexBreadcrumbs() |
||
| 42 |