You are here

interface ServicesClientMappingReaderInterface in Services Client 7.2

Hierarchy

Expanded class hierarchy of ServicesClientMappingReaderInterface

All classes that implement ServicesClientMappingReaderInterface

File

include/mapping.inc, line 15

View source
interface ServicesClientMappingReaderInterface {

  /**
   * Read data from entity by configuration.
   *
   * @param stdClass $entity
   *   Drupal entity that is processed.
   *
   * @return ServicesClientMappingValue
   *   Value definition.
   */
  public function read($entity);

}

Members

Namesort descending Modifiers Type Description Overrides
ServicesClientMappingReaderInterface::read public function Read data from entity by configuration. 2