layout_builder_component_attributes-1.1.0/tests/modules/layout_builder_component_attributes_test/layout_builder_component_attributes_test.install
tests/modules/layout_builder_component_attributes_test/layout_builder_component_attributes_test.install
<?php
/**
* @file
* Provides install, uninstall, and update functions.
*/
/**
* Implements hook_install().
*/
function layout_builder_component_attributes_test_install() {
module_set_weight('layout_builder_component_attributes_test', -100);
}
