You are here

public function LingotekInterface::getFilters in Lingotek Translation 3.4.x

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

Get all the available filters.

Parameters

bool $force: If we should force a refresh or we can use the local storage.

Return value

array Array of filters as in (id, label).

2 methods override LingotekInterface::getFilters()
Lingotek::getFilters in src/Lingotek.php
Get all the available filters.
LingotekFake::getFilters in tests/modules/lingotek_test/src/LingotekFake.php
Get all the available filters.

File

src/LingotekInterface.php, line 186

Class

LingotekInterface

Namespace

Drupal\lingotek

Code

public function getFilters($force = FALSE);