constant FILEFIELD_SOURCE_REMOTE_HINT_TEXT in FileField Sources 6
Same name and namespace in other branches
- 8 filefield_sources.module \FILEFIELD_SOURCE_REMOTE_HINT_TEXT
- 7 sources/remote.inc \FILEFIELD_SOURCE_REMOTE_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_REMOTE_HINT_TEXT
- filefield_source_remote_process in sources/
remote.inc - A #process callback to extend the filefield_widget element type.
- filefield_source_remote_value in sources/
remote.inc - A #filefield_value_callback function.
File
- sources/
remote.inc, line 12 - A FileField extension to allow referencing of existing files.
Code
define('FILEFIELD_SOURCE_REMOTE_HINT_TEXT', 'http://example.com/files/file.png');