You are here

public function ServicesClientMappingReaderInterface::read in Services Client 7.2

Read data from entity by configuration.

Parameters

stdClass $entity: Drupal entity that is processed.

Return value

ServicesClientMappingValue Value definition.

2 methods override ServicesClientMappingReaderInterface::read()
ServicesClientFieldReader::read in include/mapping.inc
Read property from entity.
ServicesClientPropertyReader::read in include/mapping.inc
Read property data from entity.

File

include/mapping.inc, line 26

Class

ServicesClientMappingReaderInterface

Code

public function read($entity);