[TYPO3-dev] How does extbase determine if non-cachable action is called

Krystian Szymukowicz k.szymukowicz at gmail.com
Fri Apr 5 10:53:34 CEST 2013


W dniu 2013-04-05 10:19, Christian Ludwig pisze:
> Hi Krystian
>
> Thank you for your inspiration.
>
>> Look here:
>> http://forum.typo3.org/index.php/t/194727/
>
> But the post is without any code, the XML and PHP got lost. So you did a
> core hack in ExtensionService.php?

I am sure google have this somewhere with the proper code.


As for the core hack. No.

I did class method overwrite with:


# overwriteing classes
config.tx_extbase.objects {
# overwrite class to allow USER_INT from flexform
     Tx_Extbase_Service_ExtensionService {
         className = Tx_Vcs_Service_ExtensionService
     }
}


--
grtz
Krystian Szymukowicz



More information about the TYPO3-dev mailing list