You are here

public function ContentHubPublishEntitiesEvent::getDependencies in Acquia Content Hub 8.2

Get the dependencies.

Return value

\Drupal\depcalc\DependentEntityWrapperInterface[] The dependencies.

File

src/Event/ContentHubPublishEntitiesEvent.php, line 50

Class

ContentHubPublishEntitiesEvent
Event fired for publishing of entities.

Namespace

Drupal\acquia_contenthub\Event

Code

public function getDependencies() {
  return $this->dependencies;
}