constant FILEFIELD_SOURCE_ATTACH_MODE_COPY in FileField Sources 8
2 uses of FILEFIELD_SOURCE_ATTACH_MODE_COPY
- Attach::value in src/
Plugin/ FilefieldSource/ Attach.php - Value callback for file field source plugin.
- AttachSourceTest::testCopyFileFromAbsolutePath in tests/
src/ Functional/ AttachSourceTest.php - Tests copy file from absolute path.
File
- ./
filefield_sources.module, line 23 - Extend FileField to allow files from multiple sources.
Code
const FILEFIELD_SOURCE_ATTACH_MODE_COPY = 'copy';