You are here

public function FeaturesManagerInterface::detectNew in Features 8.4

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

Determines which config has not been exported to the feature.

Typically added as an auto-detected dependency.

Parameters

\Drupal\features\Package $feature: The package array.

Return value

array The array of config items that are overridden.

1 method overrides FeaturesManagerInterface::detectNew()
FeaturesManager::detectNew in src/FeaturesManager.php
Determines which config has not been exported to the feature.

File

src/FeaturesManagerInterface.php, line 579

Class

FeaturesManagerInterface
Provides an interface for the FeaturesManager.

Namespace

Drupal\features

Code

public function detectNew(Package $feature);