You are here

public function EntityDataTamperEvent::getStack in Acquia Content Hub 8.2

Get the dependency stack.

Return value

\Drupal\depcalc\DependencyStack The dependency stack.

File

src/Event/EntityDataTamperEvent.php, line 72

Class

EntityDataTamperEvent
The event dispatched to populate the DependencyStack without using CDF data.

Namespace

Drupal\acquia_contenthub\Event

Code

public function getStack() {
  return $this->stack;
}