TYPO3: Read plugin "Record Storage Page" plugin setting in extbase controller

raw

code.php

1
2
3
4
5
$pidList = $this->configurationManager->getConfiguration(
    \TYPO3\CMS\Extbase\Configuration\ConfigurationManagerInterface::CONFIGURATION_TYPE_FRAMEWORK
)['persistence']['storagePid'];
//$pidList contains comma separated list of PIDs: 40,39,56,55
// uses tt_content's "pages" and "recursive" settings
raw

typo3-plugin-records-storage-page.png

typo3-plugin-records-storage-page.png
Christian Weiske Christian Weiske
owner

History