File tree Expand file tree Collapse file tree 1 file changed +0
-20
lines changed
administrator/components/com_actionlogs/src/Helper Expand file tree Collapse file tree 1 file changed +0
-20
lines changed Original file line number Diff line number Diff line change @@ -144,26 +144,6 @@ public static function loadTranslationFiles($extension)
144144 $ cache [$ extension ] = true ;
145145 }
146146
147- /**
148- * Get parameters to be
149- *
150- * @param string $context The context of the content
151- *
152- * @return mixed An object contains content type parameters, or null if not found
153- *
154- * @since 3.9.0
155- *
156- * @deprecated 4.3 will be removed in 6.0
157- * Use the action log config model instead
158- * Example: Factory::getApplication()->bootComponent('actionlogs')->getMVCFactory()
159- * ->createModel('ActionlogConfig', 'Administrator')->getLogContentTypeParams($context);
160- */
161- public static function getLogContentTypeParams ($ context )
162- {
163- return Factory::getApplication ()->bootComponent ('actionlogs ' )->getMVCFactory ()
164- ->createModel ('ActionlogConfig ' , 'Administrator ' )->getLogContentTypeParams ($ context );
165- }
166-
167147 /**
168148 * Get human readable log message for a User Action Log
169149 *
You can’t perform that action at this time.
0 commit comments