function csl_collection::format in Bibliography Module 7.2
Same name and namespace in other branches
- 6.2 modules/CiteProc/CSL.inc \csl_collection::format()
- 7 modules/CiteProc/CSL.inc \csl_collection::format()
1 call to csl_collection::format()
- csl_rendering_element::render in modules/
CiteProc/ CSL.inc
1 method overrides csl_collection::format()
- csl_format::format in modules/
CiteProc/ CSL.inc
File
- modules/
CiteProc/ CSL.inc, line 137
Class
Code
function format($text) {
return $text;
}