ConfigManagerInterface::findMissingContentDependencies

public ConfigManagerInterface::findMissingContentDependencies()

Finds missing content dependencies declared in configuration entities.

Return value

array A list of missing content dependencies. The array is keyed by UUID. Each value is an array with the following keys: 'entity_type', 'bundle' and 'uuid'.

File

core/lib/Drupal/Core/Config/ConfigManagerInterface.php, line 175

Class

ConfigManagerInterface
Provides an interface for configuration manager.

Namespace

Drupal\Core\Config

Code

public function findMissingContentDependencies();
doc_Drupal
2016-10-29 08:54:02
Comments
Leave a Comment

Please login to continue.