andersundsehr/relation-processor
最新稳定版本:2.0.0
Composer 安装命令:
composer require andersundsehr/relation-processor
包简介
Adds DataProcessor to resolve all types of TCA Relations
README 文档
README
install
composer req andersundsehr/relation-processor
what does it do
It adds a RelationProcessor so you don't have to manually define a DatabaseQueryProcessor for each relation you want to use.
It uses the TCA configuration to determine the correct query to use.
It uses the PageRepository->versionOL() and PageRepository->getLanguageOverlay() functions so it hase correct versioning and language overlay support.
Example
10 = AUS\RelationProcessor\DataProcessing\RelationProcessor 10 { # this field is of the current table and will be used to determine the relation # eg. if you have EXT:news and this processor is used on a tt_content you can get all related news like this: field = tx_news_related_news }
Advanced Example
page = PAGE page.10 = FLUIDTEMPLATE page.10 { dataProcessing { 10 = TYPO3\CMS\Frontend\DataProcessing\FilesProcessor 10 { references.fieldName = header_image as = headerImage } 20 = AUS\RelationProcessor\DataProcessing\RelationProcessor 20 { field = tx_customerproduct_companies dataProcessing { 10 = TYPO3\CMS\Frontend\DataProcessing\FilesProcessor 10 { references.fieldName = header_image as = headerImage } 20 = AUS\RelationProcessor\DataProcessing\RelationProcessor 20 { field = tx_customercompany_product_family dataProcessing { 10 = TYPO3\CMS\Frontend\DataProcessing\FilesProcessor 10 { references.fieldName = header_image as = headerImage } } } } } } }
with ♥️ from anders und sehr GmbH
If something did not work 😮
or you appreciate this Extension 🥰 let us know.
We are hiring https://www.andersundsehr.com/karriere/
统计信息
- 总下载量: 7.8k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 5
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-2.0-or-later
- 更新时间: 2023-12-13