public function FeaturesBundle::remove in Features 8.3
Same name and namespace in other branches
- 8.4 src/Entity/FeaturesBundle.php \Drupal\features\Entity\FeaturesBundle::remove()
Removes the bundle from the active config.
Overrides FeaturesBundleInterface::remove
File
- src/
Entity/ FeaturesBundle.php, line 323
Class
- FeaturesBundle
- Defines a features bundle.
Namespace
Drupal\features\EntityCode
public function remove() {
$this
->delete();
}