You are here

constant FILEFIELD_SOURCE_REFERENCE_HINT_TEXT in FileField Sources 7

Same name and namespace in other branches
  1. 8 filefield_sources.module \FILEFIELD_SOURCE_REFERENCE_HINT_TEXT
  2. 6 sources/reference.inc \FILEFIELD_SOURCE_REFERENCE_HINT_TEXT

@file A FileField extension to allow referencing of existing files.

The "hooks" in this file are not true hooks, they're called individually from the main filefield_sources.module in the corresponding hook by the same name. Any of these hooks could be broken out into a separate module.

2 uses of FILEFIELD_SOURCE_REFERENCE_HINT_TEXT
filefield_source_reference_process in sources/reference.inc
A #process callback to extend the filefield_widget element type.
filefield_source_reference_value in sources/reference.inc
A #filefield_value_callback function.

File

sources/reference.inc, line 12
A FileField extension to allow referencing of existing files.

Code

define('FILEFIELD_SOURCE_REFERENCE_HINT_TEXT', 'example.png [fid:123]');