You are here

public function ServicesClientMappingPlugin::getFormatter in Services Client 7.2

1 call to ServicesClientMappingPlugin::getFormatter()
ServicesClientMappingPlugin::getFormatterSummary in include/mapping.inc
Get formatter summary text.

File

include/mapping.inc, line 154

Class

ServicesClientMappingPlugin
Mapping plugin wrapper which represents mapping row.

Code

public function getFormatter($name = NULL) {
  return $this
    ->getPluginInstance('formatter', $name);
}