Skip to content

Instantly share code, notes, and snippets.

@init90
Last active May 4, 2018 20:09
Show Gist options
  • Save init90/a785f1a0f5972ad1b4a01d45a69c2f3d to your computer and use it in GitHub Desktop.
Save init90/a785f1a0f5972ad1b4a01d45a69c2f3d to your computer and use it in GitHub Desktop.
Drupal 8, entity uninstall.
$entity_update_manager = \Drupal::entityDefinitionUpdateManager();
$entity_type = $entity_update_manager->getEntityType('bs_mail_logger');
$entity_update_manager->uninstallEntityType($entity_type);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment