You are here

public function ShareMessageInterface::setExtraFieldEntityType in Share Message 8

Sets the selected entity type.

Parameters

string $extra_field_entity_type: The entity type to be set.

1 method overrides ShareMessageInterface::setExtraFieldEntityType()
ShareMessage::setExtraFieldEntityType in src/Entity/ShareMessage.php
Sets the selected entity type.

File

src/ShareMessageInterface.php, line 179

Class

ShareMessageInterface
Define interface for ShareMessage entity.

Namespace

Drupal\sharemessage

Code

public function setExtraFieldEntityType($extra_field_entity_type);