Im trying to import articles via the module "Content Import". It work well for fields: title, langcode, body, content.
There is no nice description for the field_image. In the module description they write just this: "For Image type field, upload your images to /images folder and mention the image name in the column".
For the filed_tags the description is completly missing.
We're trying to find the UUID of content items so that we can display them in a menu. I've found the UUID Extra module (located here), but I haven't been able to get it working as advertised. Can anyone out there give us a hand?
$database = \Drupal::database();
$query = $database->query("SELECT nfd.nid,book.field_book_target_id FROM `node_field_data` as nfd
Inner JOIN node__field_what_test_are_you_taking as ques1 on nfd.nid = ques1.entity_id
Inner JOIN node__field_what_are_you_looking_for as ques2 on nfd.nid = ques2.entity_id
Inner JOIN node__field_have_you_taken_the_test_be as ques3 on nfd.nid = ques3.entity_id
Inner JOIN node__field_target_level as ques4 on nfd.nid = ques4.entity_id