4
Làm thế nào để tôi lập trình đặt một thuật ngữ phân loại cho một nút?
Tôi gặp một số khó khăn khi thiết lập phân loại cho một nút. Hiện tại tôi đang sử dụng mã này. $node = Node::create(array( 'type' => 'detailseite', 'title' => $data[$headlineIndex], 'langcode' => 'de', 'uid' => '1', 'status' => 1, 'field_headline' => $data[$headlineIndex], 'field_intro' => $data[$introIndex] . $categories[$data[$categoryIndex]], 'created' => …