hooks.txt This document contains the hooks available in BlueSpiceFoundation. For further information on how to use hooks please take a look at the /docs/hooks.txt file. 'BS:UserPageSettings': Allows the manipulation of the tile menu on the users own user page. $oUser: The current MediaWiki User object $oTitle: The current MediaWiki Title object &$aSettingViews: A list of View objects 'BsFoundationBeforeMakeGlobalVariablesScript': Allows last minute manipulation of the RENDER_AS_JAVASCRIPT config vars $oUser: The current MediaWiki User object &$aScriptSettings: Array of script settings (BsConfig::getScriptSettings()) 'BSCoreConfigGet': Allows override of the config return value before the setting is loaded - return false to use own value $sPath: Key of the Config (Like 'MW::SomeExttension::SomePreference') &$mReturn: Value to return, when hook handler returns false