function monolog_null_handler_settings in Monolog 6
Same name and namespace in other branches
- 7 handlers/null.inc \monolog_null_handler_settings()
Monolog settings form; Settings for the NullHandler handler.
File
- handlers/
null.inc, line 22 - Handler include for NullHandler.
Code
function monolog_null_handler_settings(&$form, &$form_state, $profile, array $handler) {
$form['bubble']['#access'] = FALSE;
}