constant DRUPAL_DISABLED in Drupal 7
Same name and namespace in other branches
- 8 core/modules/system/system.module \DRUPAL_DISABLED
- 9 core/modules/system/system.module \DRUPAL_DISABLED
- 10 core/modules/system/system.module \DRUPAL_DISABLED
Disabled option on forms and settings
11 uses of DRUPAL_DISABLED
- CommentHelperCase::postComment in modules/
comment/ comment.test - Post comment.
- CommentHelperCase::setCommentPreview in modules/
comment/ comment.test - Set comment preview setting.
- CommentInterfaceTest::testCommentInterface in modules/
comment/ comment.test - Test comment interface.
- CommentInterfaceTest::testCommentNodeCommentStatistics in modules/
comment/ comment.test - Tests the node comment statistics.
- CommentNodeAccessTest::testThreadedCommentView in modules/
comment/ comment.test - Test that threaded comments can be viewed.
File
- modules/
system/ system.module, line 36 - Configuration system that lets administrators modify the workings of the site.
Code
define('DRUPAL_DISABLED', 0);