protected function AttributesAwareFieldableEdgeEntityBase::fieldAttributeConverter in Apigee Edge 8
Returns the field-attribute converter service.
Return value
\Drupal\apigee_edge\FieldAttributeConverterInterface Field attribute convert service.
File
- src/
Entity/ AttributesAwareFieldableEdgeEntityBase.php, line 65
Class
- AttributesAwareFieldableEdgeEntityBase
- For fieldable Edge entities that can use attributes as field storage.
Namespace
Drupal\apigee_edge\EntityCode
protected function fieldAttributeConverter() : FieldAttributeConverterInterface {
return \Drupal::service('apigee_edge.converter.field_attribute');
}