[TYPO3-english] Re: Access settings from hook class

2013-09-14 Thread Thomas Skierlo
Replying to myself, Just found a way: $objectManager = t3lib_div::makeInstance('Tx_Extbase_Object_ObjectManager'); $configurationManager = $objectManager->get('Tx_Extbase_Configuration_ConfigurationManagerInterface'); $this->settings = $configurationManager->getConfiguration( T

[TYPO3-english] Access settings from hook class

2013-09-14 Thread Thomas Skierlo
Hi, I'm working on an extension which wraps a lot of stuff to incorporate Twitter Bootstrap style rendering. It depends on css_styled_content and is using a hook from/for it. The extension neither has a controller nor it is a plugin, but it has a Typoscript setup. My Question: How can I acces