You are here

public static function LingotekProfile::loadById in Lingotek Translation 7.7

25 calls to LingotekProfile::loadById()
LingotekProfile::loadByBundle in lib/Drupal/lingotek/LingotekProfile.php
LingotekProfile::loadByEntity in lib/Drupal/lingotek/LingotekProfile.php
LingotekProfile::update in lib/Drupal/lingotek/LingotekProfile.php
LingotekSync::getEntitySourceCount in lib/Drupal/lingotek/LingotekSync.php
LingotekSync::getEntityTargetCountByStatus in lib/Drupal/lingotek/LingotekSync.php
Get a count of translation targets by entity and status.

... See full list

File

lib/Drupal/lingotek/LingotekProfile.php, line 82
Defines LingotekProfile

Class

LingotekProfile
A class wrapper for Lingotek Profiles

Code

public static function loadById($profile_id) {
  return new LingotekProfile($profile_id);
}