public function LingotekConfigSet::setApi in Lingotek Translation 7.6
Same name and namespace in other branches
- 7.7 lib/Drupal/lingotek/LingotekConfigSet.php \LingotekConfigSet::setApi()
Injects reference to an API object.
Parameters
LingotekApi $api: An instantiated Lingotek API object.
File
- lib/
Drupal/ lingotek/ LingotekConfigSet.php, line 77 - Defines LingotekConfigSet.
Class
- LingotekConfigSet
- A class wrapper for Lingotek-specific behavior on ConfigSets.
Code
public function setApi(LingotekApi $api) {
$this->api = $api;
}