public function LingotekProfile::lookForInherited in Lingotek Translation 7.7
2 calls to LingotekProfile::lookForInherited()
- LingotekProfile::getAttribute in lib/
Drupal/ lingotek/ LingotekProfile.php - LingotekProfile::getAttributes in lib/
Drupal/ lingotek/ LingotekProfile.php
File
- lib/
Drupal/ lingotek/ LingotekProfile.php, line 146 - Defines LingotekProfile
Class
- LingotekProfile
- A class wrapper for Lingotek Profiles
Code
public function lookForInherited() {
return $this->inherit;
}