gaya / typo3-content-usage
Content usage analysis
Installs: 1 548
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 1
Open Issues: 1
Type:typo3-cms-extension
Requires
- php: ^8.2
- typo3/cms-core: ^12.4.9
- typo3/cms-extbase: ^12.4.9
README
This TYPO3 extension analyse database to generate a report of content usage:
- Doktypes
- Ctypes
- Plugins (list_Type)
Installation
composer require gaya/typo3-content-usage
Content analysis
Doktypes
List all doktypes declared on the TYPO3 instance and list all pages (actives, disabled, deleted) which are using these doktypes.
CType
List all ctypes declared on the TYPO3 instance and list all contents (actives, disabled, deleted) which are using these CTypes.
Plugins
List all plugins (list_type) declared on the TYPO3 instance and list all contents (actives, disabled, deleted) which are using these plugins.
Why
This content reporting has been designed for maintainers:
- to quickly find where a content type is used
- to help in a code cleanup phase by identifying unused content types