You are here

public function DependentEntityWrapperInterface::addDependencies in Dependency Calculation 8

Add dependencies of this entity.

Parameters

\Drupal\depcalc\DependencyStack $stack: The dependency stack.

\Drupal\depcalc\DependentEntityWrapperInterface ...$dependencies: Entities wrappers to add as a dependency.

1 method overrides DependentEntityWrapperInterface::addDependencies()
DependentEntityWrapper::addDependencies in src/DependentEntityWrapper.php
Add dependencies of this entity.

File

src/DependentEntityWrapperInterface.php, line 88

Class

DependentEntityWrapperInterface
Interface DependentEntityWrapperInterface.

Namespace

Drupal\depcalc

Code

public function addDependencies(DependencyStack $stack, DependentEntityWrapperInterface ...$dependencies);