public function LingotekInterface::getFilters in Lingotek Translation 3.4.x
Same name and namespace in other branches
- 8.2 src/LingotekInterface.php \Drupal\lingotek\LingotekInterface::getFilters()
- 4.0.x src/LingotekInterface.php \Drupal\lingotek\LingotekInterface::getFilters()
- 3.0.x src/LingotekInterface.php \Drupal\lingotek\LingotekInterface::getFilters()
- 3.1.x src/LingotekInterface.php \Drupal\lingotek\LingotekInterface::getFilters()
- 3.2.x src/LingotekInterface.php \Drupal\lingotek\LingotekInterface::getFilters()
- 3.3.x src/LingotekInterface.php \Drupal\lingotek\LingotekInterface::getFilters()
- 3.5.x src/LingotekInterface.php \Drupal\lingotek\LingotekInterface::getFilters()
- 3.6.x src/LingotekInterface.php \Drupal\lingotek\LingotekInterface::getFilters()
- 3.7.x src/LingotekInterface.php \Drupal\lingotek\LingotekInterface::getFilters()
- 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
Namespace
Drupal\lingotekCode
public function getFilters($force = FALSE);