Email us at info@henrytech.org to discuss your Drupal Migration today!
If you are programmatically creating a node, and setting the alias is not working, make sure you have turned off the "Generate automatic URL alias" setting:
$node->path->pathauto = FALSE;
$node->set('path', $st_alias);
$node->save();
Comments