Skip to content
Snippets Groups Projects
Commit 73f2d97f authored by Angie Byron's avatar Angie Byron
Browse files

Issue #2106501 by swentel, Ivan Zugec | andypost: Remove unused hook_install()...

Issue #2106501 by swentel, Ivan Zugec | andypost: Remove unused hook_install() from field_test() module.
parent f418a7b2
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -5,9 +5,6 @@
* Defines an entity type.
*/
use Drupal\Core\Entity\EntityInterface;
use Drupal\field_test\Entity\TestEntity;
/**
* Implements hook_entity_info().
*/
......
<?php
/**
* @file
* Install, update and uninstall functions for the field_test module.
*/
/**
* Implements hook_install().
*/
function field_test_install() {
// hook_entity_info_alter() needs to be executed as last.
module_set_weight('field_test', 1);
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment