Skip to content

Instantly share code, notes, and snippets.

@Kloport
Last active October 21, 2017 13:46
Show Gist options
  • Save Kloport/9d88ce2051513d8fe6a388e9975c393a to your computer and use it in GitHub Desktop.
Save Kloport/9d88ce2051513d8fe6a388e9975c393a to your computer and use it in GitHub Desktop.
try {
\Drupal::entityDefinitionUpdateManager()->applyUpdates();
}
catch (EntityStorageException $e) {
print_r($e);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment