created home node and some computed field

This commit is contained in:
2019-05-23 17:52:46 +02:00
parent 74a821104f
commit 5d2a8bc73b
31 changed files with 651 additions and 31 deletions

View File

@@ -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 --');