public function SocialSimpleManagerInterface::getSortedNetworks in Social simple 8
Same name and namespace in other branches
- 2.0.x src/SocialSimpleManagerInterface.php \Drupal\social_simple\SocialSimpleManagerInterface::getSortedNetworks()
Returns the sorted array of social network objects.
Return value
\Drupal\social_simple\SocialNetwork\SocialNetworkInterface[] An array of social network objects keyed by their id.
1 method overrides SocialSimpleManagerInterface::getSortedNetworks()
- SocialSimpleManager::getSortedNetworks in src/
SocialSimpleManager.php - Returns the sorted array of social network objects.
File
- src/
SocialSimpleManagerInterface.php, line 47
Class
- SocialSimpleManagerInterface
- Defines an interface a chained service that builds the breadcrumb.
Namespace
Drupal\social_simpleCode
public function getSortedNetworks();