created home node and some computed field
This commit is contained in:
@@ -7,7 +7,7 @@ function computed_field_field_index_compute($entity_type_manager, $entity, $fiel
|
||||
return $entity->field_index->value;
|
||||
}
|
||||
|
||||
|
||||
// TODO: finish the job
|
||||
/* FROM D7
|
||||
|
||||
// dsm('-- computed --');
|
||||
@@ -70,6 +70,7 @@ function computed_field_field_reference_compute($entity_type_manager, $entity, $
|
||||
return $entity->field_reference->value;
|
||||
}
|
||||
|
||||
// TODO: finish the job
|
||||
/* FROM D7
|
||||
|
||||
// dsm('-- computed --');
|
||||
|
Reference in New Issue
Block a user