hold_test.install
Same filename in other branches
File
-
core/
modules/ system/ tests/ modules/ hold_test/ hold_test.install
View source
<?php
/**
* @file
* Install, update and uninstall functions for the hold_test module.
*/
declare (strict_types=1);
use Drupal\hold_test\HoldTestHelper;
/**
* Implements hook_install().
*/
function hold_test_install() : void {
HoldTestHelper::requestHold(FALSE);
HoldTestHelper::responseHold(FALSE);
}
Functions
Title | Deprecated | Summary |
---|---|---|
hold_test_install | Implements hook_install(). |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.