You are here

public function SocialSimpleGeneratorInterface::getNetworks in Social simple 8

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

Return an array of social networks supported.

Return value

array $networks An array of Label social networks supported kyed by their id.

1 method overrides SocialSimpleGeneratorInterface::getNetworks()
SocialSimpleGenerator::getNetworks in src/SocialSimpleGenerator.php
Return an array of social networks supported.

File

src/SocialSimpleGeneratorInterface.php, line 20

Class

SocialSimpleGeneratorInterface
Interface SocialSimpleGeneratorInterface.

Namespace

Drupal\social_simple

Code

public function getNetworks();