You are here

public function UnsavedIndexConfiguration::getDependencies in Search API 8

Gets the configuration dependencies.

Return value

array An array of dependencies, keyed by $type.

Overrides ConfigEntityInterface::getDependencies

See also

\Drupal\Core\Config\Entity\ConfigDependencyManager

File

src/UnsavedIndexConfiguration.php, line 717

Class

UnsavedIndexConfiguration
Represents a configuration of an index that was not yet permanently saved.

Namespace

Drupal\search_api

Code

public function getDependencies() {
  return $this->entity
    ->getDependencies();
}