Php – typo3 7.6 , News 6.3.0 – processDatamap_afterDatabaseOperations not working
Use case: When saving a news istance in backend I want to manipulate values before saving to database. I include my hook in the following way in ext_localconf.php: $GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['t3lib/class.t3lib_tcemain.php']['processDatamapClass'][]= VendormythemeHooksNewsControllerSettings::class; In my Hooks I have write this code to Check…