You are here

public function UnserializeCdfEntityFieldEvent::getBundle in Acquia Content Hub 8.2

Gets the entity bundle for this field.

Return value

string The name of the bundle.

File

src/Event/UnserializeCdfEntityFieldEvent.php, line 109

Class

UnserializeCdfEntityFieldEvent
Unserializes ContentEntity fields syndicated from CDF.

Namespace

Drupal\acquia_contenthub\Event

Code

public function getBundle() {
  return $this->bundle;
}