function ref_field_help in (Entity)Reference Field Synchronization 7
Implements hook_help().
File
- ./
ref_field.module, line 9
Code
function ref_field_help($path, $arg) {
switch ($path) {
case 'admin/help#ref_field':
return '<p>' . t('Reference field lets you create fields to reference entities. Each field can reference one king of entity, and will optionaly let you limit the bundles that can be referenced.') . '</p>';
}
}