You are here

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

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

Get the available filters on Lingotek.

Return value

array|bool Array of filters as in (id, label). FALSE if there is an error.

1 method overrides LingotekApiInterface::getFilters()
LingotekApi::getFilters in src/Remote/LingotekApi.php
Get the available filters on Lingotek.

File

src/Remote/LingotekApiInterface.php, line 245

Class

LingotekApiInterface

Namespace

Drupal\lingotek\Remote

Code

public function getFilters();