public function ParseCdfEntityEvent::getStack in Acquia Content Hub 8.2
Get the dependency stack.
Return value
\Drupal\depcalc\DependencyStack The dependency stack.
File
- src/
Event/ ParseCdfEntityEvent.php, line 134
Class
- ParseCdfEntityEvent
- The event fired during importing a CDF into a local entity.
Namespace
Drupal\acquia_contenthub\EventCode
public function getStack() {
return $this->stack;
}