public function StatusTwitter::getConsumerKey in Heartbeat 8
Return value
mixed
File
- modules/
statusmessage/ src/ StatusTwitter.php, line 57
Class
Namespace
Drupal\statusmessageCode
public function getConsumerKey() {
return $this->consumerKey;
}