You are here

public function EntityformType::getLabelsForTranslation in Entityform 7.2

Return a list of property labels used for translation forms.

File

./entityform.module, line 1247
Module for the Entityform Entity - a starting point to create your own Entity and associated administration interface

Class

EntityformType
The class used for entityform type entities

Code

public function getLabelsForTranslation() {
  return entity_get_controller('entityform_type')
    ->get_text_labels();
}