public function LingotekProfile::setInherit in Lingotek Translation 7.7
2 calls to LingotekProfile::setInherit()
- LingotekProfile::isTargetLocaleDisabled in lib/
Drupal/ lingotek/ LingotekProfile.php - LingotekProfile::__construct in lib/
Drupal/ lingotek/ LingotekProfile.php - Constructor.
File
- lib/
Drupal/ lingotek/ LingotekProfile.php, line 142 - Defines LingotekProfile
Class
- LingotekProfile
- A class wrapper for Lingotek Profiles
Code
public function setInherit($inherit) {
$this->inherit = (bool) $inherit;
}