public function TMGMTTranslator::getNotAvailableReason in Translation Management Tool 7
@todo Remove this once http://drupal.org/node/1420364 is done.
File
- entity/
tmgmt.entity.translator.inc, line 216
Class
- TMGMTTranslator
- Entity class for the tmgmt_translator entity.
Code
public function getNotAvailableReason() {
if ($controller = $this
->getController()) {
return $controller
->getNotAvailableReason($this);
}
return FALSE;
}