constant BRIGHTCOVE_CACHE_FILE_PATH in Brightcove Video Connect 7.5
Same name and namespace in other branches
- 7.7 brightcove.module \BRIGHTCOVE_CACHE_FILE_PATH
- 7.3 brightcove.module \BRIGHTCOVE_CACHE_FILE_PATH
- 7.4 brightcove.module \BRIGHTCOVE_CACHE_FILE_PATH
- 7.6 brightcove.module \BRIGHTCOVE_CACHE_FILE_PATH
3 uses of BRIGHTCOVE_CACHE_FILE_PATH
- brightcove_admin_settings in ./
brightcove.admin.inc - Form builder.
- brightcove_cache_initialize in ./
brightcove.module - Initialize Brightcove API Cache.
- _brightcove_delete_cache_files in ./
brightcove.module - Helper function to be able to delete unnecessary cache files.
File
- ./
brightcove.module, line 37 - Brightcove module is an integration layer between any modules using Brightcove API. It makes all necessary checks for the API and makes settings available to the user.
Code
define('BRIGHTCOVE_CACHE_FILE_PATH', 'sites/default/files/cache/');