public function LingotekFilterProviderInterface::setSubfilter in Lingotek Translation 8.2
Same name and namespace in other branches
- 4.0.x src/LingotekFilterProviderInterface.php \Drupal\lingotek\LingotekFilterProviderInterface::setSubfilter()
- 3.0.x src/LingotekFilterProviderInterface.php \Drupal\lingotek\LingotekFilterProviderInterface::setSubfilter()
- 3.1.x src/LingotekFilterProviderInterface.php \Drupal\lingotek\LingotekFilterProviderInterface::setSubfilter()
- 3.2.x src/LingotekFilterProviderInterface.php \Drupal\lingotek\LingotekFilterProviderInterface::setSubfilter()
- 3.3.x src/LingotekFilterProviderInterface.php \Drupal\lingotek\LingotekFilterProviderInterface::setSubfilter()
- 3.4.x src/LingotekFilterProviderInterface.php \Drupal\lingotek\LingotekFilterProviderInterface::setSubfilter()
- 3.5.x src/LingotekFilterProviderInterface.php \Drupal\lingotek\LingotekFilterProviderInterface::setSubfilter()
- 3.6.x src/LingotekFilterProviderInterface.php \Drupal\lingotek\LingotekFilterProviderInterface::setSubfilter()
- 3.7.x src/LingotekFilterProviderInterface.php \Drupal\lingotek\LingotekFilterProviderInterface::setSubfilter()
- 3.8.x src/LingotekFilterProviderInterface.php \Drupal\lingotek\LingotekFilterProviderInterface::setSubfilter()
Sets the FPRM subfilter of the profile.
Parameters
string $filter: The FPRM filter identifier, used to upload documents. If the value is 'drupal_default', the default site FPRM subfilter should be used.
Return value
$this
2 methods override LingotekFilterProviderInterface::setSubfilter()
- LingotekDefaultFilterProvider::setSubfilter in src/
LingotekDefaultFilterProvider.php - Sets the FPRM subfilter of the profile.
- LingotekProfile::setSubfilter in src/
Entity/ LingotekProfile.php - Sets the FPRM subfilter of the profile.
File
- src/
LingotekFilterProviderInterface.php, line 50
Class
- LingotekFilterProviderInterface
- Contract for classes providing filter information.
Namespace
Drupal\lingotekCode
public function setSubfilter($filter);