Skip to content
Snippets Groups Projects
Commit 4f17f87e authored by Claus Due's avatar Claus Due Committed by Stefan Neufeind
Browse files

[FEATURE] Add hook for used/unused content record processing

This patch adds a new hook to determine whether a content record is
used or not. Since the default decision is fairly basic (only checks if
$columns contains $record['colPos']) a hook makes it possible for third
party extensions to change the decision and validate on their own.

Included rst file shows how to register to the hook and provides example
code how to determine the result.

Resolves: #82213
Releases: master
Change-Id: Id338254dae6575ba7b91141c10a42b99401614c9
Reviewed-on: https://review.typo3.org/53811


Tested-by: default avatarTYPO3com <no-reply@typo3.com>
Reviewed-by: default avatarClaus Due <claus@phpmind.net>
Reviewed-by: default avatarHenning Liebe <h.liebe@neusta.de>
Tested-by: default avatarHenning Liebe <h.liebe@neusta.de>
Reviewed-by: default avatarJoerg Boesche <typo3@joergboesche.de>
Tested-by: default avatarNicole Cordes <typo3@cordes.co>
Reviewed-by: default avatarBenjamin Kott <benjamin.kott@outlook.com>
Tested-by: default avatarBenjamin Kott <benjamin.kott@outlook.com>
Reviewed-by: default avatarStefan Neufeind <typo3.neufeind@speedpartner.de>
...
parent 9ba9c878
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment