You are here

public function SocialSimpleManagerInterface::getNetworks in Social simple 8

Same name and namespace in other branches
  1. 2.0.x src/SocialSimpleManagerInterface.php \Drupal\social_simple\SocialSimpleManagerInterface::getNetworks()

Gets all the instantiated social networks.

Return value

array The social network label keyed by network_id.

1 method overrides SocialSimpleManagerInterface::getNetworks()
SocialSimpleManager::getNetworks in src/SocialSimpleManager.php
Gets all the instantiated social networks.

File

src/SocialSimpleManagerInterface.php, line 39

Class

SocialSimpleManagerInterface
Defines an interface a chained service that builds the breadcrumb.

Namespace

Drupal\social_simple

Code

public function getNetworks();