You are here

public function FeaturesManagerInterface::reorderMissing in Features 8.4

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

Sort the Missing config into order by dependencies.

Parameters

array $missing: config items.

Return value

array of config items in dependency order

1 method overrides FeaturesManagerInterface::reorderMissing()
FeaturesManager::reorderMissing in src/FeaturesManager.php
Sort the Missing config into order by dependencies.

File

src/FeaturesManagerInterface.php, line 600

Class

FeaturesManagerInterface
Provides an interface for the FeaturesManager.

Namespace

Drupal\features

Code

public function reorderMissing(array $missing);