Last active
May 4, 2018 20:09
-
-
Save init90/a785f1a0f5972ad1b4a01d45a69c2f3d to your computer and use it in GitHub Desktop.
Drupal 8, entity uninstall.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$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