You are here

interface ServicesClientMappingFormatterInterface in Services Client 7.2

Hierarchy

Expanded class hierarchy of ServicesClientMappingFormatterInterface

All classes that implement ServicesClientMappingFormatterInterface

File

include/mapping.inc, line 30

View source
interface ServicesClientMappingFormatterInterface {

  /**
   * Format source value.
   *
   * @param ServicesClientMappingValue $source
   *   Source value gathered by Reader plugin.
   *
   * @return array
   *   Array with formatted value and structure
   *   array('key' => 'name', 'value' => 'value')
   */
  public function format(ServicesclientMappingValue $source);

}

Members