public function RelationshipFieldValueEvent::setFieldValue in Entity Share 8.3
Same name and namespace in other branches
- 8 modules/entity_share_client/src/Event/RelationshipFieldValueEvent.php \Drupal\entity_share_client\Event\RelationshipFieldValueEvent::setFieldValue()
- 8.2 modules/entity_share_client/src/Event/RelationshipFieldValueEvent.php \Drupal\entity_share_client\Event\RelationshipFieldValueEvent::setFieldValue()
Set the field value.
Parameters
array $field_value: The field value.
File
- modules/
entity_share_client/ src/ Event/ RelationshipFieldValueEvent.php, line 70
Class
- RelationshipFieldValueEvent
- Defines a RelationshipFieldValueEvent event.
Namespace
Drupal\entity_share_client\EventCode
public function setFieldValue(array $field_value) {
$this->fieldValue = $field_value;
}