function ref_field_content_help in (Entity)Reference Field Synchronization 7
Implements hook_help().
File
- ref_field_content/
ref_field_content.module, line 6
Code
function ref_field_content_help($path, $arg) {
switch ($path) {
case 'admin/help#ref_field_content':
return '<p>' . t('Reference field Content Formatter provides a formatter for Entity referene Field that will render the referecnced entities.') . '</p>';
}
}