public function SocialSimpleManagerInterface::get in Social simple 2.0.x
Same name and namespace in other branches
- 8 src/SocialSimpleManagerInterface.php \Drupal\social_simple\SocialSimpleManagerInterface::get()
Gets the instantiated social network service.
Parameters
string $network_id: The network id.
Return value
\Drupal\social_simple\SocialNetwork\SocialNetworkInterface The social network service.
1 method overrides SocialSimpleManagerInterface::get()
- SocialSimpleManager::get in src/
SocialSimpleManager.php - Gets the instantiated social network service.
File
- src/
SocialSimpleManagerInterface.php, line 31
Class
- SocialSimpleManagerInterface
- Defines an interface a chained service that builds the breadcrumb.
Namespace
Drupal\social_simpleCode
public function get($network_id);