You are here

public function LingotekFilterManagerInterface::getLocallyAvailableFilters in Lingotek Translation 4.0.x

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

Get all the locally available filters.

Return value

array Keyed array with filters (id => label)

1 method overrides LingotekFilterManagerInterface::getLocallyAvailableFilters()
LingotekFilterManager::getLocallyAvailableFilters in src/LingotekFilterManager.php
Get all the locally available filters.

File

src/LingotekFilterManagerInterface.php, line 18

Class

LingotekFilterManagerInterface
Service for managing Lingotek Filters.

Namespace

Drupal\lingotek

Code

public function getLocallyAvailableFilters();