public function LingotekFilterManagerInterface::getFilterId in Lingotek Translation 3.3.x
Same name and namespace in other branches
- 8.2 src/LingotekFilterManagerInterface.php \Drupal\lingotek\LingotekFilterManagerInterface::getFilterId()
- 4.0.x src/LingotekFilterManagerInterface.php \Drupal\lingotek\LingotekFilterManagerInterface::getFilterId()
- 3.0.x src/LingotekFilterManagerInterface.php \Drupal\lingotek\LingotekFilterManagerInterface::getFilterId()
- 3.1.x src/LingotekFilterManagerInterface.php \Drupal\lingotek\LingotekFilterManagerInterface::getFilterId()
- 3.2.x src/LingotekFilterManagerInterface.php \Drupal\lingotek\LingotekFilterManagerInterface::getFilterId()
- 3.4.x src/LingotekFilterManagerInterface.php \Drupal\lingotek\LingotekFilterManagerInterface::getFilterId()
- 3.5.x src/LingotekFilterManagerInterface.php \Drupal\lingotek\LingotekFilterManagerInterface::getFilterId()
- 3.6.x src/LingotekFilterManagerInterface.php \Drupal\lingotek\LingotekFilterManagerInterface::getFilterId()
- 3.7.x src/LingotekFilterManagerInterface.php \Drupal\lingotek\LingotekFilterManagerInterface::getFilterId()
- 3.8.x src/LingotekFilterManagerInterface.php \Drupal\lingotek\LingotekFilterManagerInterface::getFilterId()
Gets the filter 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::getFilterId()
- LingotekFilterManager::getFilterId in src/
LingotekFilterManager.php - Gets the filter that should be applied.
File
- src/
LingotekFilterManagerInterface.php, line 64
Class
- LingotekFilterManagerInterface
- Service for managing Lingotek Filters.
Namespace
Drupal\lingotekCode
public function getFilterId(LingotekFilterProviderInterface $profile = NULL);