You are here

public function FeaturesManagerInterface::import in Features 8.4

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

The import function.

Parameters

array $modules: An array of module names to import (revert)

bool $any: Set to TRUE to import config from non-Features modules.

Return value

array of config imported keyed by name of module, then: 'new': list of new config created keyed by name. 'updated': list of updated config keyed by name.

1 method overrides FeaturesManagerInterface::import()
FeaturesManager::import in src/FeaturesManager.php
The import function.

File

src/FeaturesManagerInterface.php, line 657

Class

FeaturesManagerInterface
Provides an interface for the FeaturesManager.

Namespace

Drupal\features

Code

public function import($modules, $any = FALSE);