public function SocialSimpleGeneratorInterface::getNetworks in Social simple 2.0.x
Same name and namespace in other branches
- 8 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_simpleCode
public function getNetworks();