You are here

public function ContentHubEntityEmbedHandler::__construct in Acquia Content Hub 8

ContentHubEntityEmbedHandler constructor.

Parameters

object $field: Drupal field object.

File

src/ContentHubEntityEmbedHandler.php, line 26

Class

ContentHubEntityEmbedHandler
Content Hub Entity Embed Handler Class.

Namespace

Drupal\acquia_contenthub

Code

public function __construct($field = NULL) {
  $this->field = $field;
}