Skip to content
Snippets Groups Projects
Commit 3c805296 authored by git's avatar git
Browse files

Cleans up SalesForceMappingInterface

parent 334d1542
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