public function ShareMessageInterface::setTitle in Share Message 8
Sets the Share Message title used when sharing.
Parameters
string $title: The title of the Share Message to be set.
Return value
$this
1 method overrides ShareMessageInterface::setTitle()
- ShareMessage::setTitle in src/
Entity/ ShareMessage.php - Sets the Share Message title used when sharing.
File
- src/
ShareMessageInterface.php, line 30
Class
- ShareMessageInterface
- Define interface for ShareMessage entity.
Namespace
Drupal\sharemessageCode
public function setTitle($title);