public function FeaturesAssignerInterface::getBundleList in Features 8.4
Same name and namespace in other branches
- 8.3 src/FeaturesAssignerInterface.php \Drupal\features\FeaturesAssignerInterface::getBundleList()
Returns an array of all existing features bundles.
Return value
\Drupal\features\FeaturesBundleInterface[] Keyed by machine_name with value of \Drupal\features\FeaturesBundleInterface.
1 method overrides FeaturesAssignerInterface::getBundleList()
- FeaturesAssigner::getBundleList in src/
FeaturesAssigner.php - Returns an array of all existing features bundles.
File
- src/
FeaturesAssignerInterface.php, line 143
Class
- FeaturesAssignerInterface
- Common interface for features assignment services.
Namespace
Drupal\featuresCode
public function getBundleList();