From c28bba827e0c62ab92062c1e0cc0490ff50079fe Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Wed, 23 Jun 2010 02:45:35 +0000 Subject: - Patch #834924 by jhodgdon: entity_invoke() is worthless. --- modules/system/system.api.php | 4 ---- 1 file changed, 4 deletions(-) (limited to 'modules/system/system.api.php') 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 -- cgit v1.2.3