You are here

public function DependentEntityWrapper::getModuleDependencies in Dependency Calculation 8

The list of module dependencies.

Return value

string[]

Overrides DependentEntityWrapperInterface::getModuleDependencies

File

src/DependentEntityWrapper.php, line 209

Class

DependentEntityWrapper
An entity wrapper class for finding and tracking dependencies of an entity.

Namespace

Drupal\depcalc

Code

public function getModuleDependencies() {
  return $this->modules;
}