Drupal 7 API Change notification: entity_invoke() function removed
24 Jun
2010
24 Jun
'10
7:40 a.m.
*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@randyfay.com +1 970.462.7450
5841
Age (days ago)
5841
Last active (days ago)
0 comments
1 participants
participants (1)
-
Randy Fay