[development] Drupal 7 API Change notification: entity_invoke() function removed

Randy Fay randy at randyfay.com
Thu Jun 24 05:40:37 UTC 2010


*We try to notify this list when API changes are made in Drupal 7, so
contrib and custom developers have a chance to fix their code before they
have the pain of figuring out why it's broken.*

The *entity_invoke()* function has been removed
(issue<http://drupal.org/node/834924>).
All calls to *entity_invoke*('whatever') must be replaced by the equivalent
module_invoke('entity_whatever', ...). If your module uses entity_invoke,
take a look at the simple patch in http://drupal.org/node/834924 to see the
fix required.

Thanks,
-Randy

-- 
Randy Fay
Drupal Module and Site Development
randy at randyfay.com
+1  970.462.7450
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.drupal.org/pipermail/development/attachments/20100623/b84e8fde/attachment.html 


More information about the development mailing list