protected function UserDeveloperSyncJobTrait::fieldAttributeConverter in Apigee Edge 8
Field-attribute converter service.
Return value
\Drupal\apigee_edge\FieldAttributeConverterInterface Field-attribute converter service.
File
- src/
Job/ UserDeveloperSyncJobTrait.php, line 49
Class
- UserDeveloperSyncJobTrait
- Base trait for developer- and user create and update sync jobs.
Namespace
Drupal\apigee_edge\JobCode
protected function fieldAttributeConverter() : FieldAttributeConverterInterface {
return \Drupal::service('apigee_edge.converter.field_attribute');
}