You are here

protected function FeaturesBundleUiTest::defaultBundle in Features 8.4

Same name and namespace in other branches
  1. 8.3 modules/features_ui/tests/src/Functional/FeaturesBundleUiTest.php \Drupal\Tests\features_ui\Functional\FeaturesBundleUiTest::defaultBundle()

Get the default features bundle.

Return value

\Drupal\features\FeaturesBundleInterface The features bundle.

1 call to FeaturesBundleUiTest::defaultBundle()
FeaturesBundleUiTest::removeAssignment in modules/features_ui/tests/src/Functional/FeaturesBundleUiTest.php
Completely remove a features assignment method from the bundle.

File

modules/features_ui/tests/src/Functional/FeaturesBundleUiTest.php, line 62

Class

FeaturesBundleUiTest
Tests configuring bundles.

Namespace

Drupal\Tests\features_ui\Functional

Code

protected function defaultBundle() {
  return $this->bundleStorage
    ->load(FeaturesBundleInterface::DEFAULT_BUNDLE);
}