You are here

features.post_update.php in Features 8.4

Same filename and directory in other branches
  1. 8.3 features.post_update.php

Post update functions for Features.

File

features.post_update.php
View source
<?php

/**
 * @file
 * Post update functions for Features.
 */

/**
 * Clear caches due to changes in service arguments.
 */
function features_post_update_d9_compatibility() {

  // Empty post-update hook.
}

/**
 * Clear caches due to changes in features_assigner service arguments.
 */
function features_post_update_features_assigner_args() {

  // Empty post-update hook.
}

/**
 * Clear caches due to changes in features.manager service arguments.
 */
function features_post_update_prefixed_dependencies() {

  // Empty post-update hook.
}

Functions

Namesort descending Description
features_post_update_d9_compatibility Clear caches due to changes in service arguments.
features_post_update_features_assigner_args Clear caches due to changes in features_assigner service arguments.
features_post_update_prefixed_dependencies Clear caches due to changes in features.manager service arguments.