We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
Conditions | 1 |
Paths | 1 |
Total Lines | 7 |
Code Lines | 4 |
Lines | 0 |
Ratio | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
18 | public function findAllWithPid($pid) |
||
19 | { |
||
20 | $querySettings = $this->objectManager->get('TYPO3\\CMS\\Extbase\\Persistence\\Generic\\Typo3QuerySettings'); |
||
21 | $querySettings->setStoragePageIds(array($pid)); |
||
22 | $this->setDefaultQuerySettings($querySettings); |
||
23 | |||
24 | return $this->findAll(); |
||
25 | } |
||
26 | } |