DEVEL_ERROR_HANDLER_NONE
Same name in other branches
- 7.x-1.x devel.module \DEVEL_ERROR_HANDLER_NONE
- 4.x devel.module \DEVEL_ERROR_HANDLER_NONE
@file This module holds functions useful for Drupal development.
Please contribute!
Devel is allowed to use its own functions kpr(), dpm() and dpq() so disable the coding standard which gives warnings for using these. phpcs:disable Drupal.Functions.DiscouragedFunctions
2 uses of DEVEL_ERROR_HANDLER_NONE
- DevelErrorHandlerTest::testErrorHandler in tests/
src/ Functional/ DevelErrorHandlerTest.php - Tests devel error handler.
- SettingsForm::buildForm in src/
Form/ SettingsForm.php - Form constructor.
File
-
./
devel.module, line 14
Code
define('DEVEL_ERROR_HANDLER_NONE', 0);