mirror of
https://github.com/DanielSiepmann/legacy-collections.git
synced 2024-11-21 18:56:11 +01:00
Extension that provides TCA information and database tables for the generic "sys_collections" concept
484b35541f
Each TYPO3 extension should show - current release version - total download rate - monthly download rate - supported and linked TYPO3 LTS version(s) in badges. |
||
---|---|---|
Classes/Collection | ||
Configuration/TCA | ||
Documentation | ||
Migrations/Code | ||
Resources | ||
Tests/Functional | ||
.editorconfig | ||
.gitignore | ||
composer.json | ||
ext_emconf.php | ||
ext_tables.sql | ||
LICENSE.txt | ||
README.md |
TYPO3 extension legacy_collections
This extension provides TCA information and database tables for the generic "sys_collections" concept, which allows for statically select items into a collection.
In addition, two API classes for fetching items from a collection are available as well:
FriendsOfTYPO3\LegacyCollections\Collection\RecordCollectionRepository
FriendsOfTYPO3\LegacyCollections\Collection\StaticRecordCollection
Both classes previously resided in the PHP namespace TYPO3\CMS\Core\Collection
.
The functionality was part of the TYPO3 Core until TYPO3 v11.0, and moved into its own extension, receiving its own public repository.