[TYPO3-dev] New content element with EXTBASE - pluginSignature

S. Teuber teuber at stibes.de
Tue Jul 16 19:24:03 CEST 2013


Hi,

in TYPO3 6.1.1, if you're registering a new plugin using
\TYPO3\CMS\Extbase\Utility\ExtensionUtility::configurePlugin()

and add the plugin as a new content element (not a new list_type), using
\TYPO3\CMS\Extbase\Utility\ExtensionUtility::PLUGIN_TYPE_CONTENT_ELEMENT
as 4th option, the "CType" of that plugin is registered as lowercased

extensionname_pluginname

However, the repository in the controller that handles the actions of that
plugin is looking for records in tt_content with CType =

Tx_ExtensionName_PluginName

This, of course, won't find anything.

Question: How do I tell the Controller/Repository to use the correct  
CType-key
(extensionname_pluginname) instead of the default  
Tx_ExtensionName_PluginName?

Thanks for your time and help,

Sven



More information about the TYPO3-dev mailing list