You are here

function backgroundfield_file_references in BackgroundField 6

File

./backgroundfield.module, line 149

Code

function backgroundfield_file_references($file) {
  return array(
    'backgroundfield' => 1,
  );
}