You are here

public function FeaturesGeneratorInterface::getGenerationMethods in Features 8.3

Same name and namespace in other branches
  1. 8.4 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\features

Code

public function getGenerationMethods();