constant HACKED_STATUS_UNCHECKED in Hacked! 8.2
Same name and namespace in other branches
- 5 hacked.module \HACKED_STATUS_UNCHECKED
- 6.2 hacked.module \HACKED_STATUS_UNCHECKED
- 6 hacked.module \HACKED_STATUS_UNCHECKED
- 7.2 hacked.module \HACKED_STATUS_UNCHECKED
10 uses of HACKED_STATUS_UNCHECKED
- drush_hacked_details in ./
hacked.drush.inc - Drush callback that shows the list of changes/unchanged files in a project.
- drush_hacked_list_projects in ./
hacked.drush.inc - Drush command callback that shows the listing of changed/unchanged projects.
- drush_hacked_lock_modified in ./
hacked.drush.inc - Lock all of the modified files so that pm-updatecode will not touch them.
- HackedCommands::details in src/
Commands/ HackedCommands.php - Show the Hacked! report about a specific project.
- HackedCommands::listProjects in src/
Commands/ HackedCommands.php - List all projects that can be analysed by Hacked!
File
- ./
hacked.module, line 14 - The Hacked! module, shows which project have been changed since download.
Code
define('HACKED_STATUS_UNCHECKED', 1);