public function citeproc::map_field in Bibliography Module 7
Same name and namespace in other branches
- 6.2 modules/CiteProc/CSL.inc \citeproc::map_field()
- 7.2 modules/CiteProc/CSL.inc \citeproc::map_field()
File
- modules/CiteProc/ CSL.inc, line 127 
- CiteProc-PHP.
Class
Code
public function map_field($field) {
  if ($this->mapper) {
    return $this->mapper
      ->map_field($field);
  }
  return $field;
}