You are here

public function LingotekApiInterface::getCommunities in Lingotek Translation 3.3.x

Same name and namespace in other branches
  1. 8 src/Remote/LingotekApiInterface.php \Drupal\lingotek\Remote\LingotekApiInterface::getCommunities()
  2. 8.2 src/Remote/LingotekApiInterface.php \Drupal\lingotek\Remote\LingotekApiInterface::getCommunities()
  3. 4.0.x src/Remote/LingotekApiInterface.php \Drupal\lingotek\Remote\LingotekApiInterface::getCommunities()
  4. 3.0.x src/Remote/LingotekApiInterface.php \Drupal\lingotek\Remote\LingotekApiInterface::getCommunities()
  5. 3.1.x src/Remote/LingotekApiInterface.php \Drupal\lingotek\Remote\LingotekApiInterface::getCommunities()
  6. 3.2.x src/Remote/LingotekApiInterface.php \Drupal\lingotek\Remote\LingotekApiInterface::getCommunities()
  7. 3.4.x src/Remote/LingotekApiInterface.php \Drupal\lingotek\Remote\LingotekApiInterface::getCommunities()
  8. 3.5.x src/Remote/LingotekApiInterface.php \Drupal\lingotek\Remote\LingotekApiInterface::getCommunities()
  9. 3.6.x src/Remote/LingotekApiInterface.php \Drupal\lingotek\Remote\LingotekApiInterface::getCommunities()
  10. 3.7.x src/Remote/LingotekApiInterface.php \Drupal\lingotek\Remote\LingotekApiInterface::getCommunities()
  11. 3.8.x src/Remote/LingotekApiInterface.php \Drupal\lingotek\Remote\LingotekApiInterface::getCommunities()

Gets the communities associated with the current account.

Return value

array|bool Array with communities information. FALSE in case of error. The keys are the ids, and values are the name of the resource.

1 method overrides LingotekApiInterface::getCommunities()
LingotekApi::getCommunities in src/Remote/LingotekApi.php
Gets the communities associated with the current account.

File

src/Remote/LingotekApiInterface.php, line 190

Class

LingotekApiInterface

Namespace

Drupal\lingotek\Remote

Code

public function getCommunities();