constant HACKED_STATUS_DELETED in Hacked! 8.2
Same name and namespace in other branches
- 5 hacked.module \HACKED_STATUS_DELETED
- 6.2 hacked.module \HACKED_STATUS_DELETED
- 6 hacked.module \HACKED_STATUS_DELETED
- 7.2 hacked.module \HACKED_STATUS_DELETED
5 uses of HACKED_STATUS_DELETED
- drush_hacked_details in ./
hacked.drush.inc - Drush callback that shows the list of changes/unchanged files in a project.
- HackedCommands::details in src/
Commands/ HackedCommands.php - Show the Hacked! report about a specific project.
- hackedProject::compute_details in src/
hackedProject.php - Return a nice detailed report.
- template_preprocess_hacked_detailed_report in ./
hacked.details.inc - Theme project status report.
- template_preprocess_hacked_file_status in ./
hacked.details.inc
File
- ./
hacked.module, line 17 - The Hacked! module, shows which project have been changed since download.
Code
define('HACKED_STATUS_DELETED', 4);