You are here

public function FeaturesManagerInterface::getExportSettings in Features 8.4

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

Returns the current export settings.

Return value

array An array with the following keys:

  • 'folder' - subdirectory to export packages to.
  • 'namespace' - module namespace being exported.
1 method overrides FeaturesManagerInterface::getExportSettings()
FeaturesManager::getExportSettings in src/FeaturesManager.php
Returns the current export settings.

File

src/FeaturesManagerInterface.php, line 252

Class

FeaturesManagerInterface
Provides an interface for the FeaturesManager.

Namespace

Drupal\features

Code

public function getExportSettings();