function synonyms_term_synonyms_ctools_argument_placeholder in Synonyms 7
Form fragment to get an argument to convert a placeholder for preview.
1 string reference to 'synonyms_term_synonyms_ctools_argument_placeholder'
- term_synonyms.inc in plugins/
arguments/ term_synonyms.inc
File
- plugins/
arguments/ term_synonyms.inc, line 132
Code
function synonyms_term_synonyms_ctools_argument_placeholder($conf) {
return array(
'#type' => 'textfield',
'#description' => t('Enter a taxonomy term name.'),
);
}