Conditions | 1 |
Paths | 1 |
Total Lines | 10 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
30 | public function testAction() |
||
31 | { |
||
32 | $contentElement = $this->configurationManager->getContentObject()->data; |
||
33 | $fileReferences = $this->fileRepository->findByRelation('tt_content', 'image', $contentElement['uid']); |
||
34 | |||
35 | $this->view->assignMultiple([ |
||
36 | 'fileReferences' => $fileReferences, |
||
37 | 'customRatio' => $contentElement['image_ratio'], |
||
38 | ]); |
||
39 | } |
||
40 | } |
||
41 |