You are here

public function FeaturesBundleInterface::remove in Features 8.4

Same name and namespace in other branches
  1. 8.3 src/FeaturesBundleInterface.php \Drupal\features\FeaturesBundleInterface::remove()

Removes the bundle from the active config.

1 method overrides FeaturesBundleInterface::remove()
FeaturesBundle::remove in src/Entity/FeaturesBundle.php
Removes the bundle from the active config.

File

src/FeaturesBundleInterface.php, line 238

Class

FeaturesBundleInterface
Provides an interface for the FeaturesBundle object.

Namespace

Drupal\features

Code

public function remove();