diff --git a/core/modules/dblog/dblog.module b/core/modules/dblog/dblog.module index a22a777..7cad79b 100644 --- a/core/modules/dblog/dblog.module +++ b/core/modules/dblog/dblog.module @@ -122,6 +122,8 @@ function dblog_logging_settings_submit($form, FormStateInterface $form_state) { * * This hook ensures there are no views based that are using a wrong plugin for * wid and uid fields on views that use watchdog as base table. + * + * @deprecated in Drupal 8.4.x and will be removed before 9.0.0. */ function dblog_view_presave(ViewEntityInterface $view) { // Only interested in watchdog based views.