You are here

constant HACKED_STATUS_UNCHECKED in Hacked! 8.2

Same name and namespace in other branches
  1. 5 hacked.module \HACKED_STATUS_UNCHECKED
  2. 6.2 hacked.module \HACKED_STATUS_UNCHECKED
  3. 6 hacked.module \HACKED_STATUS_UNCHECKED
  4. 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!

... See full list

File

./hacked.module, line 14
The Hacked! module, shows which project have been changed since download.

Code

define('HACKED_STATUS_UNCHECKED', 1);