Skip to content
Snippets Groups Projects
Commit 3c6394a5 authored by Tauno Hogue's avatar Tauno Hogue
Browse files

Revert "Add basic handling for URLs."

This reverts commit 175f2e3f.
parent 7dc1035a
No related branches found
No related tags found
No related merge requests found
......@@ -192,10 +192,6 @@ abstract class SalesforceMappingFieldPluginBase extends PluginBase implements Sa
$value = (string) (new SFID($value));
}
break;
case 'url':
$value = $entity->{$this->configuration['drupal_field_value']}->first()->getValue()['uri'];
break;
}
if ($field_definition['length'] > 0 && strlen($value) > $field_definition['length']) {
......
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