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