Skip to content
Snippets Groups Projects
Commit c9b11200 authored by Aaron Bauman's avatar Aaron Bauman
Browse files

Merge branch 'mads-30' of bitbucket.org:messageagency/sf into mads-30

# By git
# Via git
* 'mads-30' of bitbucket.org:messageagency/sf:
  Cleans up SalesForceMappingInterface
parents ca6fb25a 3c805296
No related branches found
No related tags found
No related merge requests found
......@@ -12,9 +12,11 @@ interface SalesforceMappingInterface {
public function __construct(array $values = [], $entity_type);
public function __get($key);
public function getFieldMappings();
public function getFieldMapping(array $field);
public function getSalesforceObjectType();
public function getDrupalEntityType();
......@@ -23,5 +25,5 @@ interface SalesforceMappingInterface {
public function id();
public function checkTriggers();
public function checkTriggers(array $triggers);
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment