You are here

public function BundlePluginInstallerInterface::uninstallBundles in Entity API 8

Uninstalls the bundle plugins provided by the specified modules.

Parameters

\Drupal\Core\Entity\EntityTypeInterface $entity_type: The entity type.

array $modules: The modules.

1 method overrides BundlePluginInstallerInterface::uninstallBundles()
BundlePluginInstaller::uninstallBundles in src/BundlePlugin/BundlePluginInstaller.php
Uninstalls the bundle plugins provided by the specified modules.

File

src/BundlePlugin/BundlePluginInstallerInterface.php, line 32

Class

BundlePluginInstallerInterface
Installs and uninstalls bundle plugins.

Namespace

Drupal\entity\BundlePlugin

Code

public function uninstallBundles(EntityTypeInterface $entity_type, array $modules);