You are here

function _sf_entity_export_date in Salesforce Suite 7.2

1 string reference to '_sf_entity_export_date'
sf_entity_fieldmap_objects in sf_entity/sf_entity.module

File

sf_entity/sf_entity.module, line 1370
Integrates fieldable entities with the Salesforce API.

Code

function _sf_entity_export_date($entity, $fieldname, $drupal_field_definition, $sf_field_definition) {
  return gmdate(DATE_ATOM, $entity->{$fieldname});
}