automatic_updates-8.x-2.x-dev/tests/modules/automatic_updates_test/automatic_updates_test.install
tests/modules/automatic_updates_test/automatic_updates_test.install
<?php
/**
* @file
* Contains install and update hooks.
*/
declare(strict_types=1);
if (\Drupal::state()->get('automatic_updates_test.new_update')) {
/**
* Dynamic automatic_updates_update_1191934.
*/
function automatic_updates_update_1191934(&$sandbox) {
}
}
