You are here

test_theme_updates.post_update.php in Drupal 10

Update functions for the theme.

File

core/modules/system/tests/themes/test_theme_updates/test_theme_updates.post_update.php
View source
<?php

/**
 * @file
 * Update functions for the theme.
 */

/**
 * Tests post updates for themes.
 */
function test_theme_updates_post_update_test(&$sandbox = NULL) {

  // Do nothing.
}

Functions

Namesort descending Description
test_theme_updates_post_update_test Tests post updates for themes.