You are here

public function FeaturesManagerInterface::setPackageBundleNames in Features 8.4

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

Adds the optional bundle prefix to package machine names.

Parameters

\Drupal\features\FeaturesBundleInterface $bundle: The bundle used for the generation.

string[] &$package_names: (optional) Array of package names, passed by reference.

1 method overrides FeaturesManagerInterface::setPackageBundleNames()
FeaturesManager::setPackageBundleNames in src/FeaturesManager.php
Adds the optional bundle prefix to package machine names.

File

src/FeaturesManagerInterface.php, line 382

Class

FeaturesManagerInterface
Provides an interface for the FeaturesManager.

Namespace

Drupal\features

Code

public function setPackageBundleNames(FeaturesBundleInterface $bundle, array &$package_names = []);