Skip to main content
Category:

Code snippet that show you helpful node methods in Drupal 8. 

// Get node type.
$node_type = $node->getType();

// Get node title.
$title = $node->getTitle();

// Get node status.
$visible = $node->isPublished();

// Get node promoted status.
$node->setPromoted(TRUE);

// Get node uid.
$uid = $node->getOwnerId();

// Get node user account.
$author = $node->getOwner();

Riadh Rahmi

Senior Web Developer PHP/Drupal & Laravel

I am a senior web developer, I have experience in planning and developing large scale dynamic web solutions especially in Drupal & Laravel.

Web Posts

Search

Page Facebook