Doc added for method getURLForTranslationAndLocale

Use tabs for indention
This commit is contained in:
Christian Bünte 2014-02-19 08:10:29 +01:00
parent 36f7d011da
commit da6fdbb09b

View File

@ -115,8 +115,10 @@ class LanguageDropdownField extends GroupedDropdownField {
/**
* Get the CMS edit url for a translated version of a record
*
* @param $request
* @return string
* @return url
*/
function getURLForTranslationAndLocale($request) {
$id = (int)$request->requestVar('id');