legacy-collections/Documentation/Index.rst
Alexander Nitsche 868f056a91 [TASK] Align with new TYPO3 documentation standards
- align README.md
- add .editorconfig, Settings.cfg, Index.rst, Includes.rst.txt

See https://docs.typo3.org/m/typo3/docs-how-to-document/main/en-us/GeneralConventions/FileStructure.html for further details.
2022-04-04 11:27:49 +02:00

2.3 KiB

Legacy Collections

Extension key

legacy_collections

Package name

friendsoftypo3/legacy-collections

Version
Language

en

Author

TYPO3 Core Team & Contributors

License

This document is published under the Creative Commons BY 4.0 license.

Rendered

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:

  • FriendsOfTYPO3LegacyCollectionsCollectionRecordCollectionRepository
  • FriendsOfTYPO3LegacyCollectionsCollectionStaticRecordCollection

Both classes previously resided in the PHP namespace TYPO3CMSCoreCollection.

The functionality was part of the TYPO3 Core until TYPO3 v11.0, and moved into its own extension, receiving its own public repository.


Table of Contents:

Installation

The latest version can be installed via TER or via composer by running

composer require friendsoftypo3/legacy-collections

in a TYPO3 v10.0+ installation.

Current state

The extension has been part of TYPO3 Core for a very long time but its API wasn't flexible enough to build a generic collection model. It may become more healthy if maintained as third party extension and has been extracted for this reason.

Contribution

Feel free to submit any pull request, or add documentation, tests, as you please. We will publish a new version every once in a while, depending on the amount of changes and pull requests submitted.

License

The extension is published under GPL v2+, all included third-party libraries are published under their respective licenses.

Authors

Many contributors have been working on this area while this functionality was part of the TYPO3 Core. This package is now maintained by a loose group of TYPO3 enthusiasts inside the TYPO3 Community. Feel free to contact Benni Mack for any questions regarding "legacy_collections".