public function LingotekFilterManagerInterface::getSubfilterId in Lingotek Translation 3.8.x
Same name and namespace in other branches
- 8.2 src/LingotekFilterManagerInterface.php \Drupal\lingotek\LingotekFilterManagerInterface::getSubfilterId()
- 4.0.x src/LingotekFilterManagerInterface.php \Drupal\lingotek\LingotekFilterManagerInterface::getSubfilterId()
- 3.0.x src/LingotekFilterManagerInterface.php \Drupal\lingotek\LingotekFilterManagerInterface::getSubfilterId()
- 3.1.x src/LingotekFilterManagerInterface.php \Drupal\lingotek\LingotekFilterManagerInterface::getSubfilterId()
- 3.2.x src/LingotekFilterManagerInterface.php \Drupal\lingotek\LingotekFilterManagerInterface::getSubfilterId()
- 3.3.x src/LingotekFilterManagerInterface.php \Drupal\lingotek\LingotekFilterManagerInterface::getSubfilterId()
- 3.4.x src/LingotekFilterManagerInterface.php \Drupal\lingotek\LingotekFilterManagerInterface::getSubfilterId()
- 3.5.x src/LingotekFilterManagerInterface.php \Drupal\lingotek\LingotekFilterManagerInterface::getSubfilterId()
- 3.6.x src/LingotekFilterManagerInterface.php \Drupal\lingotek\LingotekFilterManagerInterface::getSubfilterId()
- 3.7.x src/LingotekFilterManagerInterface.php \Drupal\lingotek\LingotekFilterManagerInterface::getSubfilterId()
Gets the subfilter that should be applied.
Given filter provider can take precedence, or the settings default will be applied.
Parameters
\Drupal\lingotek\LingotekFilterProviderInterface|null $profile: A filter provider.
Return value
string The filter ID.
1 method overrides LingotekFilterManagerInterface::getSubfilterId()
- LingotekFilterManager::getSubfilterId in src/
LingotekFilterManager.php - Gets the subfilter that should be applied.
File
- src/
LingotekFilterManagerInterface.php, line 78
Class
- LingotekFilterManagerInterface
- Service for managing Lingotek Filters.
Namespace
Drupal\lingotekCode
public function getSubfilterId(LingotekFilterProviderInterface $profile = NULL);