Remove the toTweet() method

This commit is contained in:
Oliver Davies 2021-04-21 00:44:39 +01:00
parent 909374edcb
commit 8b040a09a2

View file

@ -65,8 +65,4 @@ class Post extends Node implements ContentEntityBundleInterface {
return (bool) $this->get(self::FIELD_SEND_TO_SOCIAL_MEDIA)->getString(); return (bool) $this->get(self::FIELD_SEND_TO_SOCIAL_MEDIA)->getString();
} }
public function toTweet(): string {
return '';
}
} }