You are here

public function ShareMessage::setExtraFieldBundles in Share Message 8

Sets the enabled entity type bundles list.

Parameters

string[] $extra_field_bundles: The entity type bundles list to be set.

Overrides ShareMessageInterface::setExtraFieldBundles

File

src/Entity/ShareMessage.php, line 519

Class

ShareMessage
Entity class for the Share Message entity.

Namespace

Drupal\sharemessage\Entity

Code

public function setExtraFieldBundles(array $extra_field_bundles) {
  $this->extra_field_bundles = $extra_field_bundles;
}