You are here

public function LingotekFilterManagerInterface::getFilterId in Lingotek Translation 3.5.x

Same name and namespace in other branches
  1. 8.2 src/LingotekFilterManagerInterface.php \Drupal\lingotek\LingotekFilterManagerInterface::getFilterId()
  2. 4.0.x src/LingotekFilterManagerInterface.php \Drupal\lingotek\LingotekFilterManagerInterface::getFilterId()
  3. 3.0.x src/LingotekFilterManagerInterface.php \Drupal\lingotek\LingotekFilterManagerInterface::getFilterId()
  4. 3.1.x src/LingotekFilterManagerInterface.php \Drupal\lingotek\LingotekFilterManagerInterface::getFilterId()
  5. 3.2.x src/LingotekFilterManagerInterface.php \Drupal\lingotek\LingotekFilterManagerInterface::getFilterId()
  6. 3.3.x src/LingotekFilterManagerInterface.php \Drupal\lingotek\LingotekFilterManagerInterface::getFilterId()
  7. 3.4.x src/LingotekFilterManagerInterface.php \Drupal\lingotek\LingotekFilterManagerInterface::getFilterId()
  8. 3.6.x src/LingotekFilterManagerInterface.php \Drupal\lingotek\LingotekFilterManagerInterface::getFilterId()
  9. 3.7.x src/LingotekFilterManagerInterface.php \Drupal\lingotek\LingotekFilterManagerInterface::getFilterId()
  10. 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\lingotek

Code

public function getFilterId(LingotekFilterProviderInterface $profile = NULL);