public function FeaturesGeneratorInterface::getGenerationMethods in Features 8.4
Same name and namespace in other branches
- 8.3 src/FeaturesGeneratorInterface.php \Drupal\features\FeaturesGeneratorInterface::getGenerationMethods()
Returns the enabled package generation methods.
Return value
array An array of package generation method definitions keyed by method id.
1 method overrides FeaturesGeneratorInterface::getGenerationMethods()
- FeaturesGenerator::getGenerationMethods in src/
FeaturesGenerator.php - Returns the enabled package generation methods.
File
- src/
FeaturesGeneratorInterface.php, line 88
Class
- FeaturesGeneratorInterface
- Common interface for features generation services.
Namespace
Drupal\featuresCode
public function getGenerationMethods();