Skip to content

Instantly share code, notes, and snippets.

@ozin7
Last active May 8, 2021 07:07
Show Gist options
  • Save ozin7/9fb6e1f7164f480300f3e69a11e5cc6e to your computer and use it in GitHub Desktop.
Save ozin7/9fb6e1f7164f480300f3e69a11e5cc6e to your computer and use it in GitHub Desktop.
Drupal 8/9: Update entity path alias
<?php
use Drupal\pathauto\PathautoState;
$node->set('path', ['alias' => $extra_data['URL'], 'pathauto' => PathautoState::SKIP]);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment