friendsoftypo3 / legacy-collections
Legacy Collection PHP APIs for sys_collection database tables.
Installs: 5 556
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 3
Forks: 3
Open Issues: 1
Type:typo3-cms-extension
Requires
- php: ^7.2
- typo3/cms-core: ^10.0 || ^11.0
- typo3/cms-frontend: ^10.0 || ^11.0
Requires (Dev)
- typo3/testing-framework: ^6.3.2
README
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.