phpexcel.settings.yml in PHPExcel 8.3
config/install/phpexcel.settings.yml
3 string references to 'phpexcel.settings'
- SettingsForm::buildForm in src/
Form/ SettingsForm.php - Form constructor.
- SettingsForm::getEditableConfigNames in src/
Form/ SettingsForm.php - Gets the configuration names that will be editable.
- _phpexcel_get_cache_settings in ./
phpexcel.inc - Determine the cache settings.
File
config/install/phpexcel.settings.ymlView source
- cache_mechanism: cache_in_memory
- phptemp_limit: 1
- apc_cachetime: 600
- memcache_host: localhost
- memcache_port: 11211
- memcache_cachetime: 600