You are here

public function SocialPostNetworkInterface::post in Social Post 8

Execute the posting action.

Uses the underlying SDK library to publish to the social network.

Return value

bool True if the post action was done properly False otherwise

File

src/Plugin/Network/SocialPostNetworkInterface.php, line 21

Class

SocialPostNetworkInterface
Defines a Social Post Network Plugin interface.

Namespace

Drupal\social_post\Plugin\Network

Code

public function post();