public function LingotekFilterManagerInterface::getDefaultSubfilterLabel in Lingotek Translation 3.1.x
Same name and namespace in other branches
- 8.2 src/LingotekFilterManagerInterface.php \Drupal\lingotek\LingotekFilterManagerInterface::getDefaultSubfilterLabel()
- 4.0.x src/LingotekFilterManagerInterface.php \Drupal\lingotek\LingotekFilterManagerInterface::getDefaultSubfilterLabel()
- 3.0.x src/LingotekFilterManagerInterface.php \Drupal\lingotek\LingotekFilterManagerInterface::getDefaultSubfilterLabel()
- 3.2.x src/LingotekFilterManagerInterface.php \Drupal\lingotek\LingotekFilterManagerInterface::getDefaultSubfilterLabel()
- 3.3.x src/LingotekFilterManagerInterface.php \Drupal\lingotek\LingotekFilterManagerInterface::getDefaultSubfilterLabel()
- 3.4.x src/LingotekFilterManagerInterface.php \Drupal\lingotek\LingotekFilterManagerInterface::getDefaultSubfilterLabel()
- 3.5.x src/LingotekFilterManagerInterface.php \Drupal\lingotek\LingotekFilterManagerInterface::getDefaultSubfilterLabel()
- 3.6.x src/LingotekFilterManagerInterface.php \Drupal\lingotek\LingotekFilterManagerInterface::getDefaultSubfilterLabel()
- 3.7.x src/LingotekFilterManagerInterface.php \Drupal\lingotek\LingotekFilterManagerInterface::getDefaultSubfilterLabel()
- 3.8.x src/LingotekFilterManagerInterface.php \Drupal\lingotek\LingotekFilterManagerInterface::getDefaultSubfilterLabel()
Get the default filter label.
Return value
string ID of the default filter.
1 method overrides LingotekFilterManagerInterface::getDefaultSubfilterLabel()
- LingotekFilterManager::getDefaultSubfilterLabel in src/
LingotekFilterManager.php - Get the default filter label.
File
- src/
LingotekFilterManagerInterface.php, line 50
Class
- LingotekFilterManagerInterface
- Service for managing Lingotek Filters.
Namespace
Drupal\lingotekCode
public function getDefaultSubfilterLabel();