You are here

public function LingotekFilterManagerInterface::getDefaultSubfilter in Lingotek Translation 3.1.x

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

Get the default subfilter ID.

Return value

string ID of the default subfilter.

1 method overrides LingotekFilterManagerInterface::getDefaultSubfilter()
LingotekFilterManager::getDefaultSubfilter in src/LingotekFilterManager.php
Get the default subfilter ID.

File

src/LingotekFilterManagerInterface.php, line 34

Class

LingotekFilterManagerInterface
Service for managing Lingotek Filters.

Namespace

Drupal\lingotek

Code

public function getDefaultSubfilter();