You are here

public function citeproc::map_type in Bibliography Module 7

Same name and namespace in other branches
  1. 6.2 modules/CiteProc/CSL.inc \citeproc::map_type()
  2. 7.2 modules/CiteProc/CSL.inc \citeproc::map_type()

File

modules/CiteProc/CSL.inc, line 137
CiteProc-PHP.

Class

citeproc

Code

public function map_type($field) {
  if ($this->mapper) {
    return $this->mapper
      ->map_type($field);
  }
  return $field;
}