You are here

public function ShareMessageInterface::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.

1 method overrides ShareMessageInterface::setExtraFieldBundles()
ShareMessage::setExtraFieldBundles in src/Entity/ShareMessage.php
Sets the enabled entity type bundles list.

File

src/ShareMessageInterface.php, line 195

Class

ShareMessageInterface
Define interface for ShareMessage entity.

Namespace

Drupal\sharemessage

Code

public function setExtraFieldBundles(array $extra_field_bundles);