You are here

public function LingotekProfile::getId in Lingotek Translation 7.7

8 calls to LingotekProfile::getId()
LingotekProfile::getAttributes in lib/Drupal/lingotek/LingotekProfile.php
LingotekProfile::getBundles in lib/Drupal/lingotek/LingotekProfile.php
LingotekProfile::getDocumentIds in lib/Drupal/lingotek/LingotekProfile.php
LingotekProfile::getEntities in lib/Drupal/lingotek/LingotekProfile.php
LingotekProfile::getUsage in lib/Drupal/lingotek/LingotekProfile.php

... See full list

File

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

Class

LingotekProfile
A class wrapper for Lingotek Profiles

Code

public function getId() {
  return $this->profile_id;
}