diff options
author | Dries Buytaert <dries@buytaert.net> | 2010-06-23 02:45:35 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2010-06-23 02:45:35 +0000 |
commit | c28bba827e0c62ab92062c1e0cc0490ff50079fe (patch) | |
tree | 929d1b7860c738b0eb5eab1e632843cb9e7955d4 /modules/system/system.api.php | |
parent | 522b923a8be253498e6083fd579f458f17ad30d9 (diff) | |
download | brdo-c28bba827e0c62ab92062c1e0cc0490ff50079fe.tar.gz brdo-c28bba827e0c62ab92062c1e0cc0490ff50079fe.tar.bz2 |
- Patch #834924 by jhodgdon: entity_invoke() is worthless.
Diffstat (limited to 'modules/system/system.api.php')
-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 |