You are here

public function LingotekFilterProviderInterface::getFilter in Lingotek Translation 3.6.x

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

Gets the FPRM filter of the profile.

Return value

string The fprm filter identifier, used to upload documents. If the value is 'drupal_default', the default site FRPM filter should be used.

2 methods override LingotekFilterProviderInterface::getFilter()
LingotekDefaultFilterProvider::getFilter in src/LingotekDefaultFilterProvider.php
Gets the FPRM filter of the profile.
LingotekProfile::getFilter in src/Entity/LingotekProfile.php
Gets the FPRM filter of the profile.

File

src/LingotekFilterProviderInterface.php, line 19

Class

LingotekFilterProviderInterface
Contract for classes providing filter information.

Namespace

Drupal\lingotek

Code

public function getFilter();