You can use t3lib_div::makeInstance( 'Tx_Extbase_Object_Manager' )->get( 'Tx_Extbase_SignalSlot_Dispatcher' ); I guess this is fine, as extbase itself uses this the first time it needs the objectManager. (correct me pls, if this has changed) makeInstance will return the singleton ObjectManager so your fine to go. Tim