You are here

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

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

Sets the FPRM filter of the profile.

Parameters

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

Return value

$this

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

File

src/LingotekFilterProviderInterface.php, line 30

Class

LingotekFilterProviderInterface
Contract for classes providing filter information.

Namespace

Drupal\lingotek

Code

public function setFilter($filter);