You are here

raven.post_update.php in Raven: Sentry Integration 8.2

Same filename and directory in other branches
  1. 3.x raven.post_update.php

Post update functions for Raven module.

File

raven.post_update.php
View source
<?php

/**
 * @file
 * Post update functions for Raven module.
 */

/**
 * Add current_user and request_stack as optional service arguments.
 */
function raven_post_update_new_service_arguments() {
}

Functions

Namesort descending Description
raven_post_update_new_service_arguments Add current_user and request_stack as optional service arguments.