You are here

public function FeaturesManagerInterface::detectMissing in Features 8.4

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

Determines which config is exported in the feature but not in the active.

Parameters

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

Return value

array The array of config items that are missing from active store.

1 method overrides FeaturesManagerInterface::detectMissing()
FeaturesManager::detectMissing in src/FeaturesManager.php
Determines which config is exported in the feature but not in the active.

File

src/FeaturesManagerInterface.php, line 590

Class

FeaturesManagerInterface
Provides an interface for the FeaturesManager.

Namespace

Drupal\features

Code

public function detectMissing(Package $feature);