diff options
Diffstat (limited to 'modules/system')
-rw-r--r-- | modules/system/system.api.php | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/modules/system/system.api.php b/modules/system/system.api.php index 522866073..6101c3fe1 100644 --- a/modules/system/system.api.php +++ b/modules/system/system.api.php @@ -261,8 +261,6 @@ function hook_entity_load($entities, $type) { /** * Act on entities when inserted. * - * Generic insert hook called for all entity types via entity_invoke(). - * * @param $entity * The entity object. * @param $type @@ -274,8 +272,6 @@ function hook_entity_insert($entity, $type) { /** * Act on entities when updated. * - * Generic update hook called for all entity types via entity_invoke(). - * * @param $entity * The entity object. * @param $type |