<?php
// Node deposu getir.
$nodeStorage = \Drupal::service('entity.manager')->getStorage('node');
// Set node content.
$content = [
'type' => 'article',
'title' => 'title',
'body' => [
'value' => 'Lorem ipsum dolor sit amet...',
'format' => 'basic_html'
],
'uid' => $uid
];
// Node oluşturma.
$node = $nodeStorage->create($content);
// Node-u kayıt et.
$node->save();
GOSB Teknopark Hi-Tech Bina 3.Kat B3 Gebze - KOCAELİ