You are here

public function NetworkInterface::getSdk in Social API 8

Same name and namespace in other branches
  1. 8.2 src/Plugin/NetworkInterface.php \Drupal\social_api\Plugin\NetworkInterface::getSdk()
  2. 3.x src/Plugin/NetworkInterface.php \Drupal\social_api\Plugin\NetworkInterface::getSdk()

Gets the underlying SDK library.

Return value

mixed The SDK client.

1 method overrides NetworkInterface::getSdk()
NetworkBase::getSdk in src/Plugin/NetworkBase.php
Gets the underlying SDK library.

File

src/Plugin/NetworkInterface.php, line 30

Class

NetworkInterface
Defines an interface for Social Network plugins.

Namespace

Drupal\social_api\Plugin

Code

public function getSdk();