constant FILE_CREATE_DIRECTORY in Coder 7
Same name and namespace in other branches
- 5.2 scripts/coder_format/coder_format.php \FILE_CREATE_DIRECTORY
- 6.2 scripts/coder_format/coder_format.php \FILE_CREATE_DIRECTORY
- 6 scripts/coder_format/coder_format.php \FILE_CREATE_DIRECTORY
- 7.2 scripts/coder_format/coder_format.php \FILE_CREATE_DIRECTORY
@defgroup coder_format_file_functions
These functions are copied from Drupal's file.inc. Almost all function calls to other Drupal functions have been removed since they would always return FALSE.
3 uses of FILE_CREATE_DIRECTORY
- coder_upgrade_install in coder_upgrade/
coder_upgrade.install - Implements hook_install().
- coder_upgrade_requirements in coder_upgrade/
coder_upgrade.install - Implements hook_requirements().
- example_file_prepare_directory in coder_upgrade/
tests/ old/ samples/ example.module
File
- scripts/
coder_format/ coder_format.php, line 78 - Coder format shell invocation script.