function lingotek_get_all_entities_by_profile in Lingotek Translation 7.7
Same name and namespace in other branches
- 7.5 lingotek.util.inc \lingotek_get_all_entities_by_profile()
- 7.6 lingotek.util.inc \lingotek_get_all_entities_by_profile()
1 call to lingotek_get_all_entities_by_profile()
File
- ./
lingotek.util.inc, line 2198 - Utility functions.
Code
function lingotek_get_all_entities_by_profile($profile_id) {
$profile = LingotekProfile::loadById($profile_id);
return $profile
->getEntities();
}