Merge "Add PreferencesFormPreSave hook"
[lhc/web/wiklou.git] / includes / context / IContextSource.php
index 35d5aed..eb51372 100644 (file)
@@ -99,6 +99,14 @@ interface IContextSource {
         */
        public function getSkin();
 
+       /**
+        * Get the site configuration
+        *
+        * @since 1.23
+        * @return Config
+        */
+       public function getConfig();
+
        /**
         * Get a Message object with context set
         *