You are here

public function CdfAttributesEvent::getWrapper in Acquia Content Hub 8.2

Get the Dependent entity wrapper.

Return value

\Drupal\depcalc\DependentEntityWrapperInterface Dependent entity wrapper.

File

src/Event/CdfAttributesEvent.php, line 78

Class

CdfAttributesEvent
The event which adds custom CDF attributes to the CDF objects.

Namespace

Drupal\acquia_contenthub\Event

Code

public function getWrapper() : DependentEntityWrapperInterface {
  return $this->wrapper;
}