You are here

public function UnserializeCdfEntityFieldEvent::getStack in Acquia Content Hub 8.2

Get the dependency stack.

Return value

\Drupal\depcalc\DependencyStack The dependency stack.

File

src/Event/UnserializeCdfEntityFieldEvent.php, line 179

Class

UnserializeCdfEntityFieldEvent
Unserializes ContentEntity fields syndicated from CDF.

Namespace

Drupal\acquia_contenthub\Event

Code

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